how to disable caching on few pages, so as to avoid double submission of forms
Asked
Active
Viewed 237 times
1
-
http://stackoverflow.com/questions/4699352/solving-the-double-submission-problem – Alfred Jan 28 '11 at 09:52
2 Answers
3
Why not have a hidden variable with a generated unique key, so that if they double send, you note the repeated key, and can just ignore it.

Hack Saw
- 2,741
- 1
- 18
- 33
1
One way to disable back button is to auto forward it from the page it is directed to... http://viralpatel.net/blogs/2009/11/disable-back-button-browser-javascript.html

Charanjeet Kaur
- 1,199
- 3
- 14
- 27