Forum OpenACS Q&A: Response to how to force reload html page.

Collapse
Posted by James Harris on

Be warned, that if you expect Microsoft browsers that this is often not enough to prevent caching. You also need to add the following after the closing body tag.

<HEAD>
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
</HEAD>

See http://support.microsoft.com/support/kb/articles/Q222/0/64.ASP.