That is the question yes, I don't have any session(s) / objects already created I'm trying to identify how this would be done. Below is a simple process of events that would happen.
New user/
1. root/test/files.zip
2. new session thus redirect root/login.asp?redirect=test/files.zip
3. visits root/various.index.html
4. root/test/files2.zip
5. files2.zip downloaded as session already created.
Thanks.
Quote:
Originally posted by rokslide
If I understand the question correctly wouldn't you have to build something to intercept all HTTP requests and if that http request is pointing to a downloadable file (perhaps identified by being in a particular directory) the check a db or something for a valid session.
Yeah?
|