Is there a way to detect if someone is currently downloading from a web server or detect when they are finished downloading from it?
The servers are running RH9 and Apache.
I have a .htaccess file that regulates file downloads with a username and password using PHP. Giving access to the particular IP address that someone has logged in with. Once they are done, I want to remove that entry. Or can I simply have the entries removed after say 5 minutes and it won’t affect a download in progress if it’s a large file? (i.e. .htaccess doesn’t affect file access once access is granted?).
Thanks,
CSevey