you know how you can prevent double hits by disallowing hits for 60 seconds after being clicked. In a similar manner, how can I limit the number of downloads for a paticular amount of time after being click for the entire database?
Meaning, lets say I have file1.zip and file2.zip. I want to make sure that after the user clicks on file1.zip, he cant download file2.zip for another 60 seconds and vice versa. This must apply to ALL the files.
|