Re: How to expire page

2003-10-24 Thread Erlis Vidal Santos
To: [EMAIL PROTECTED] > > Subject: How to expire page > > > > How can I stop browsing caching the JSP pages. > > Requirement is that if user press the back button on browser then that > > page > > should expire. > > > >

How to expire page

2003-10-24 Thread Bhavdeep Sharma
How can I stop browsing caching the JSP pages. Requirement is that if user press the back button on browser then that page should expire. I tried the following <% response.setContentType(loginSession.getPageContentType()); response.setHeader("Cache-Control","no-cache"); respon

Re: Expire Page

2000-05-10 Thread Sreenivas Madugula
PROTECTED] Subject: Re: Expire Page Thanks Atif, but this did not work. Any other ideas? - Original Message - From: Majeed, Atif <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 08, 2000 7:51 PM Subject: Re: Expire Page > You can use > HttpServletResponse

Re: Expire Page

2000-05-09 Thread David Gowe
Thanks Atif, but this did not work. Any other ideas? - Original Message - From: Majeed, Atif <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 08, 2000 7:51 PM Subject: Re: Expire Page > You can use > HttpServletResponse.setHeader("Pragma"

Re: Expire Page

2000-05-08 Thread Majeed, Atif
You can use HttpServletResponse.setHeader("Pragma", "no-cache"); or send an equivalent Meta tag Atif -Original Message- From: David Gowe [mailto:[EMAIL PROTECTED]] Sent: Monday, May 08, 2000 1:08 AM To: [EMAIL PROTECTED] Subject: Expire Page Hello! I have the f

Expire Page

2000-05-08 Thread David Gowe
Hello! I have the following requirement: When I use a JSP page and submit it to the the servlet, I want that page to expire (viz.,. the user should not be able to press the back button on the browser and visit that page again). Is it sufficient if we specified the "scope" in the usebean tag to