I'm a bit puzzle by the php script failure to expire the cache. I even use the post method and use this script at the top of some of those web pages. Yet, it still did not work. I need a fix!!!!!
My script down below!!
<?php
// header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past -- to prevent caching
// header("Last-Modified: ".gmdate('D, d M Y H:i:s')." GMT");// always modified -- to prevent caching
// header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 -- to prevent caching
// header("Pragma: no-cache");
?>
Thanks,
Scott