Instruct the browser to bypass the CacheTag(s): Varia
Put that in the HEAD section of the HTML page
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1">
The workaround is to included a second <HEAD> section at the bottom of the page (no joke!).
<HTML><HEAD> <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> <META HTTP-EQUIV="Expires" CONTENT="-1"> <META HTTP-EQUIV="REFRESH" CONTENT="5"> <TITLE> Demonstration Pragma No-cache </TITLE> </HEAD><BODY> This page has 2 HEAD sections to properly bypass the cache in all browser. </BODY> <HEAD> <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> <META HTTP-EQUIV="Expires" CONTENT="-1"> </HEAD> </HTML>
ref : http://support.microsoft.com/kb/q222064/
See also this HowTo.
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com