Instruct ICC wrote:
> 
> I have an old PHP page without sessions.  When the user submits the form, 
> and then clicks the browser back button, the prior form data is retained.
> 

What method is your form using, get or post?  If post, usually the browser
would give some sort of warning to the user about the request containing
post data that must be re-sent.

>From a usability standpoint, is clicking the back button on the browser an
expected user behavior?  Just trying to get a better grasp of your
situation.
-- 
View this message in context: 
http://www.nabble.com/Sessions-Lose-Form-Field-Data-When-Back-Button-Used--tf4090131.html#a11657014
Sent from the PHP - General mailing list archive at Nabble.com.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to