Make the URL different per request (i.e., stick a valued query string with a
random value [.e.g, time based])
-phil ([EMAIL PROTECTED])
eBuilt, Inc (http://www.ebuilt.net)

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 18, 1999 7:50 AM
> To: [EMAIL PROTECTED]
> Subject: [JSP-INTEREST] Forcing a HTML Page Refresh from Servlet->JSP
>
>
> 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

===========================================================================
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