Hi, 
I'm using a header file and include it in all my JSPs with JSP include.
In the <HEAD> tag of my header file I have these lines:

<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache" forua="true"/> 

Even though I have these lines, my browser (IE 5.0) still caches pages I get from the 
database.
Any ideas how I can fix this?
This is a big problem when I need my data to be dynamic.


thank you!

~ Troy Campano ~

==========================================================================To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to