AndyNJ Posted September 25, 2006 Share Posted September 25, 2006 how do I avoid getting post data warnings when pressing back or forward in the browser?I read something online (http://shiflett.org/articles/guru-speak-nov2004) that said to put in a line like "ini_set('session.cache_limiter', 'private');" but that didn't really help anything. most of my forms post back to the same script. am I going to have to change this? I'd prefer not to because there's a damn lot of them in this system. is there a work around at all?I tried searching the forum, but I didn't really find anything so sorry if this has been posted before. Quote Link to comment https://forums.phpfreaks.com/topic/22008-post-data-warnings-when-pressing-back-or-forward-in-browser/ Share on other sites More sharing options...
.josh Posted September 25, 2006 Share Posted September 25, 2006 that warning is your browser itself giving you that warning - on your own computer (client side). if there is a solution to getting rid of that warning, it's with a client side language like javascript. Quote Link to comment https://forums.phpfreaks.com/topic/22008-post-data-warnings-when-pressing-back-or-forward-in-browser/#findComment-98369 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.