Jump to content

back button on browser


lional

Recommended Posts

Read the post at this link on how to prevent the browser from thinking it is supposed to resubmit form data when you navigate to a page that was the target of the action="..." parameter of a form - http://www.phpfreaks.com/forums/index.php/topic,220212.msg1009876.html#msg1009876

 

To the best of my knowledge this cannot be fixed using headers because headers only control the caching of the page, this problem is due to the browser caching form data and attempting to figure out when it should resend that data. This can be turned off in the browser settings, but that is out of the control of what you can do from anything on the server or in the web page in the browser.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.