|
Do some research on double click and form re-submission problem in google.
Track every form served to user with some unique id and as soon it is processed mark that id with processed. If the user double clicks or refreshes then second post can be invalidated using the processed flag status for that id..
__________________
dont worry newbie, we got you covered.
|