I have a JSP page that is being called from another page via a
window.location.href....If I display that page, leave and come back again
later in the same session, the page is being cached and does not re-execute
(refresh).  I have to actually press the refresh button to have the contents
refreshed.  Does anyone know how I can prevent a JSP page from caching on
the browser so that it always executes the JSP code?

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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

Reply via email to