CG> 3) Use a session variable that you set with a code that all pages check
CG> to see if they should display themselves.
To make the picture complete, I beleive this is
best accompanyed by
response.setHeader("Expires","-1");
do not know if you need the following:
(once I used myself, but now not sure
if we should use them or not)
CG> response.setHeader("Cache-Control", "no-cache"); //for http 1.1
CG> response.setHeader("Pragma", "no-cache"); //for http 1.0
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.com