How can I restrict access to a files, such as a PDF file when I'm using session variables to restrict access to sections of my site.
I have a restricted access members section and there are some PDFs in it. If someone logs in and copies the URL to a PDF behind the member's login they can download the PDF without being logged in.
I was thinking maybe have a page redirect to it or other ways, but they'll still be able to see where the file is being downloaded from and simply navigate to it to dload it.
I'm not sure how to handle this.
The PDFs are publications, so I cannot generate them on the fly.
I was thinking of using IIS directory security, but my usernames and pwords are in an Acess 97 DB and I didn't know if I could integrate it w/ IIS 6's directory security.
How do you guys handle this situation?
Thanks!
I have a restricted access members section and there are some PDFs in it. If someone logs in and copies the URL to a PDF behind the member's login they can download the PDF without being logged in.
I was thinking maybe have a page redirect to it or other ways, but they'll still be able to see where the file is being downloaded from and simply navigate to it to dload it.
I'm not sure how to handle this.
The PDFs are publications, so I cannot generate them on the fly.
I was thinking of using IIS directory security, but my usernames and pwords are in an Acess 97 DB and I didn't know if I could integrate it w/ IIS 6's directory security.
How do you guys handle this situation?
Thanks!