Hello everyone dose anyone know any tutorials that explain how to using sessions to prevent re-inserting data or some other form of method in a form. And if u have any suggestions in how to do this do not hesitate to post your ideas tnx in advance.
Asked
Active
Viewed 156 times
-5
-
3https://www.google.com/search?q=prevent+double+submit – Waleed Khan Mar 08 '13 at 12:43
1 Answers
1
There is a design pattern, called the PRG Pattern designed solely to avoid the re-submission of data. Basically, the idea is, when the user has submitted their content, the page is redirected, meaning there is no chance of a re-submission.

christopher
- 26,815
- 5
- 55
- 89
-
this is exactly what i was looking for tnx for your help Chris. – Edvinas Liutvaitis Mar 08 '13 at 13:05