----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

> response.setHeader("CacheControl", "no-cache");
> response.setHeader("Pragma", "no-cache");
> response.setHeader("Expires", "-1");

I use this as well, _but_ on IE 5 cache control doesn't seem to work unless
your browsing using HTTPS. It's one of the MS knowledge base articles but I
don't
have it to hand. In addition HTTp_EQUIV  Pragma handling is sick in IE. 

See: http://support.microsoft.com/support/kb/articles/Q222/0/64.ASP
and http://support.microsoft.com/support/kb/articles/Q234/0/67.ASP


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to