Hello and thanks in advance,

I have a problem with the cache in Internet Explorer version 6.0

When I put these lines in the page

header ("Expires: Mon, 1 Jan 1997 01:00:00 GMT");
header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header ("Cache-Control: no-cache, must-revalidate");
header ("Pragma: no-cache");

Internet explorer stills make the cache to the page, is there any solution to these problem and how is it?

Thanks and regards


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

Reply via email to