Insert the following in every page:
<meta http-equiv="Pragma" content="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
That should do the trick. You can also use a scriplet at the VERY start of
every page (use an include file to save retyping it) in the effect of
response.setHeader("Pragma", "no-cache");
But make sure if you FORWARD to any pages, they are done BEFORE this
statement. Once you set the response object, forwarding gets messed up..it
includes the stuff the response object has in it.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets