Hi,

Using I.E. 5.5. I can't seem to keep a page from caching.  When I click on
the browser BACK button, I get the cached page so I have to click on Refresh
to get the actual page content.  I've placed the following at the top of the
HTML file but it doesn't seem to do anything. Any help would be appreciated.

<?PHP
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
?>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to