is this possible with php to make a timer to check every hour in a table and delete the inactive sessions?
I"m working on a download system when people bought via creditcard the file they get the url to download its virtual url.
The url is open for 72hours and can be download 5 times. After this it has to be destroyed.
I create with the script a virtual dir like http://www.test.com/0121545 that has to be forwarded to the file http://www.test.com/samples/pack1.zip
After download the file in the map has to be renamed to pack22211.zip or something and when the user trys to get the file back with http://www.test.com/0121545 i need a script to relink the virtual dir to the new renamed file.
Its very difficult to protect files
Cheers
Kris