[Zope] Cookie differences between IE and Netscape

Graham Chiu anon_emouse@hotmail.com
Sun, 20 Jun 1999 15:29:02 +1200


In article <$LvGnHA2zBb3EwKL@compkarori.co.nz>, Graham Chiu
<anon_emouse@hotmail.com> writes
>I have added 
>
><META HTTP-EQUIV="expires" CONTENT="0">
>
>to the header without any change.

Well, I changed my header to this as well

<META HTTP-EQUIV="Expires" CONTENT="0">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">

and added a random number generator at the bottom of the page

Random Number is <!--#var "_.whrandom.uniform(1,1000000)"--> 

With IE5.0, the random number does not change showing that the pages are
being cached by IE5.

Is there anything else I can do to stop the caching?

-------
Regards,        Graham Chiu
gchiu<at>compkarori.co.nz