Here's the scenary:
I have an HTML form that I post data to a servlet, which in turns writes the
data to a database, then it creates a "Thank you" splash web page using many
"out.println" statements.
One ot those "out.println" statements passes the getParameter variable
"firstname" and another "out.println" statement includes a javascript that
re-directs the splash web page to a different URL after a 15 seconds delay.

This all works very well!

The only trouble is that the user can click on the browser's "Back" button
twice and display the prior user's HTML form with their confidential data.

Is it possible to pass the HTML tags and a variable to a new browser session
thus preventing a user to view prior web pages?


Thanks.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to