0
Form Resubmission for POST method
When using POST method for php files in Google Chrome, when you send some data and revisit that page, you are alerted "Form Resubmission". How do you prevent this? Ant solutions apart from using GET or other browser??
1 Odpowiedź
+ 1
It simply just means that it opens the page with the post data wich has already been send to the page so you can open the page again without having to go to the page and send the post data again. As far as I know : you can't disable it