| Why do I NOT get the "Page has expired" warning? Clicking Back button to a page that was submitted from a POST form |
groovyhippo

msg:1303235 | 11:21 am on Mar 20, 2005 (gmt 0) | Normally, when you submit a form to a page using the POST method, and you subsequently use the browser's back button to navigate back to that page, it comes up with the standard warning "Page has Expired... To resubmit the information click the refresh button". I understand why that happens - the page resulting from a POST submission becomes immediately stale. BUT... on one of my sites this isn't happening and I can't understand why. I can click Back and the page displays just fine. I don't want that to happen as I want to generate a unique transaction ID each time that page is displayed. The page is submitted via POST to PHP_SELF but I've tried submitting it to a different page and that makes no difference. Has anyone come across this problem before? I've been scratching my head for hours.
|
|