Hi.
I've tried this:
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Cache-control: private");
header("Cache-control: no-cache");
header("Cache-control: no-store");
header("Cache-control: must-revalidate");
header("Cache-control: proxy-revalidate");
header("Cache-control: max-age=0");
header("Pragma: no-cache");
session_cache_limiter('private, must-revalidate');
( and session_cache_limiter('nocache') )
But it doesn't work - winroute cache everything. Does anyone know any
solution?
--
Best regards,
Evgeny mailto:[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php