I have a servlet that gererates a confirmation page and then a final
submission page. I would like to be able to hit the back button (back two
pages) to the original static html page, but the back button is blanked out.
Why is this? I use to have the following code in servlet, but commented it
out.

//response.setHeader("Expires", "Mon, 01 Jan 1990 06:00:01 GMT");
//response.setHeader("Cache-Control", "no-cache");
//response.setHeader("Pragma", "no-cache");

Thanks,

Tom K.

___________________________________________________________________________
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