Hi I am using this to make sure a page is refreshed when the user uses the back
button of his browser :
<?
header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache"); // HTTP
...
?>
When I try on local (Win NT) it works. The page is refreshed.
When I try on an other server (UNIX) it doesn't work.
Is it normal ?
Any idea how I can solve this ?
Thanks for any assistance.
Pierre
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php