I have 3 ASP pages (intro, forms, and a summary page). A user comes to the "intro" page and then to the "forms" page to enter his/her data to be submitted to an SQL and HP server. After the "submit" is clicked, the information get posted to the server and a reference number gets return on the "summary" page. The user then click on the IE "back" button and change some information on the form and resubmit.
How do I avoid this duplicate submission when clicking the "back" button and resubmitting? Should I drop some sort of cookies or session to keep track of the event that took place?
How do I avoid this duplicate submission when clicking the "back" button and resubmitting? Should I drop some sort of cookies or session to keep track of the event that took place?