Thread: Refresh Button
View Single Post
  #2 (permalink)  
Old 01-07-2008, 11:25 AM
roots's Avatar
roots roots is offline
Moderator
 
Join Date: Jan 2008
Location: Dallas
Posts: 260
roots is on a distinguished road
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.
Reply With Quote