I have been having a lot of trouble getting this to work.  Have you really been able 
to get Explorer to stop caching?  This command does nothing when I use it.
I've tried all of the following:

<meta http-equiv="Pragma" content="No-cache">
<meta http-equiv="Cache-Control" content="No-store">
<meta http-equiv="Cache-Control" content="No-cache">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Cache-Control", "private">

and none of it seems to work.

I have put these meta tags in a header at the top AND at the bottom of the document.
Apparently the conventional wisdom is that it works fine in Netscape if you
put these tags in a header at the top of the document but that in Explorer
they need to appear in a header at the bottom.

Well I have put them in both the top and bottom and explorer is still caching for me.
using JSP response.Header commands to set these parameters is the equivalent
of putting the metatags at the top for Explorer.

Does anyone have any answers to this caching problem?  Thanks, any help is appreciated.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to