Posted by dimo414 on 03/05/07 20:38
> ...if they select No I want the
> session to destroy so other users can not see the info the previous user put
> in the form by selecting the back button in IE.
Saving form data between pages (unless you're script is doing it, in
which case you can just put in controls to stop it) is a browser
operation, nothing to do with the server. The best way for a user to
be relatively sure their form submissions (along with their session
data) is destroyed, is to close the browser. I would suggest simply
putting a note at the end of the form to close the browser if the user
is worried about others seeing what they entered.
[Back to original message]
|