This is my problem.
I want to submit a form to another page to process the data from said form.
Then the person can go on to another part of the site or another site
altogether. However If the person later clicks the <back button> enough
times they will arrive back at the page that processed the data the first
time and the same data will be processed again. How can I prevent this?
My first thought was to use a cookie and set it on submit of the form but I
have not been able to get that to work. Any suggestions?
-Alex
I want to submit a form to another page to process the data from said form.
Then the person can go on to another part of the site or another site
altogether. However If the person later clicks the <back button> enough
times they will arrive back at the page that processed the data the first
time and the same data will be processed again. How can I prevent this?
My first thought was to use a cookie and set it on submit of the form but I
have not been able to get that to work. Any suggestions?
-Alex
Comment