Gavin Brelstaff wrote:
> 
> What should I do to emulate the behavior I get in IE5.5+ nd NS4.x
> using
> <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
> in the <HEAD> section of my html page?
> I'd like the page not to be cached at all.
> Netscape 6.2 - still lists such pages in the session history
> and then redisplays a cached version of them - i.e doesn't even
> check with the server if the option is "Automatic".
> 
> Is this by design?  If so - other than going to SSL where I read that
> nothing gets cached by default - what can I do?

Try <meta http-equiv="Cache-Control" content="no-cache"/>.

/Jonas

Reply via email to