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.setHeader("P

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", "no-cache"); or sen

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

Re: Expire Page

2000-05-08 Thread Majeed, Atif
You can use HttpServletResponse.setHeader("Pragma", "no-cache"); or send an equivalent Meta tag META http-equiv="Pragma" content="no-cache" Atif -Original Message- From: David Gowe [mailto:[EMAIL PROTECTED]] Sent: Monday, May 08, 2000 1:08 AM To