i used the following code with no luck
any ideas?
<?
// Date in the past.
HEADER("Expires: Mon, 1 Jul 2000 01: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");
?>