The only way that I have found to do this is to use some JavaScript
to force the page to reload itself when the back button is pressed (use a
combination of onLoad and onUnload event handlers - be careful, if you mess
it up you will create an infinite reload loop).
Randy
> -----Original Message-----
> From: Alistair Hopkins [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 16, 2001 3:58 AM
> To: [EMAIL PROTECTED]
> Subject: RE: expire
>
>
> response.setHeader("Cache-Control","no-cache");
> response.setHeader("Pragma","no-cache");
> response.setHeader("Expires","Tue, 01 Jan 1980 1:00:00
> GMT");
>
> covers various browsers and os's and the like, but it still
> seems to get
> cached, particularly in ie 5, for unknown reasons and to an
> intermittent
> schedule :-(
>
> -----Original Message-----
> From: Heijns, P.J.B. [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 16, 2001 8:54 AM
> To: [EMAIL PROTECTED]
> Subject: expire
>
>
> Hi,
>
> Does anyone know how I can expire a JSP page? I want that if
> you leave the
> JSP page it immediately expires, so that the users can't use
> the back button
> in there browser to go to the previous page.
>
> Thank u,
>
> Pieter Heijms
>