I want to prevent my script, from being flooded – if user hit F5 it is executing the script every time.
I want to prevent from this and allow one script execution per 2 seconds, is there any solution for that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use memcache to do this ..
Simple Demo Script
This is just a sample code .. there are also other thing to consider such as
A. Better
IPaddress detection (Proxy , Tor )B. Current Action
C. Maximum execution per min etc …
D. Ban User after max flood etc
EDIT 1 – Improved Version
Usage
Class