How may I protect my DB and server folder in getting hit by resubmitting the same form many times
why:
A user go through Auth and a form system to build its own segment that includes copying and renaming a template as well as passing data to MySQL
I would like to find a way of blocking second submission from the same origin (even by mistake) if any!
regards
Henry