Re: Enforce reloading of page when using the back-button

>This means that is you return a "220 O.K." the browser must treat it like a 
>200 O.K. except for the fact that it must not cache the page. 
>
>We also had to add <META HTTP-EQUIV="Pragma" CONTENT="no-cache">  to the
pages 
>( which had previously on it's own had not worked )
>
>We tested this and it works to break the back button for IE4, IE5.1, 
>Netscape 3.04 And 4.04. All of the pages made a new request to the server.

Note that this doesn't break the back button, but does remove caching
of the pages in the history list. Does anyone know of anything that is broken
by this?

Grahame

Received on Saturday, 18 March 2000 16:13:09 UTC