When running my Generator application (Generator embedded in HTML/JSP) on the browser and browsing through it, the last frame of my generator is being cached into the 'Internet Temporary Files' folder. Is there any way to avoid this?
Have you tried using the no-cache commands in your HTML and JSP pages?
IE and Netscape each have META tags that will stop the page beiong cached, and the JSP page will also have a command (in asp pages it is <% Response.Expires=0 %>)
For Navigator and IE browsers, add <HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> in the HEAD section of the HTML . For IE, and if your whole page is < 64KB, ALSO add a HEAD section to the END of the HTML page like this.
<HTML>
This is an example of where to place the second header section<br>
so that the "Pragama, No-Cache" metatag will work as it is supposed to.<br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.