Hi Everyone,

I am trying to force the browser to refresh a page if the user tried to
use the back button on the browser.
I am using the HTTP Header's :
"Expires",  0
"Pragma", "no-cache"
"Cache-Control", "no-cache"
"Cache-Control", "no-store"

If I generate the page directly from a JSP or a Servlet,  I found that "Expires" 
header makes it work.
However, I am trying to use a Java Servlet to handle the request from the
browser and forward the request to a JSP, which is responsible for page
generation. In this case, I am not able to get it to work.

Any suggestions, advice greatly appreciated.

Thanks,

Devi

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to