Hi all.
Iam using tomcat standalone server.
my jsp page once executed is retained unchanged even other user logs in.
that means the page is not refreshed............
i have used
<%
response.setHeader("Expires", "Mon, 26 Jul 1990 05:00:00 GMT");
// Date in the past
response.setHeader("Cache-Control" ,"no-cache, must-revalidate");
// HTTP/1.1
response.setHeader("Pragma", "no-cache");
// HTTP/1.0
%>
and also removed temp files, java/class files from work dir.
still there is a problem.........
can any one help me.
what could be the solution.
many thanks in advance.
Senthil.
===========================================================================
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://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets