|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-09-14 03:17 UTC] waldschrott@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 11:00:02 2025 UTC |
Friends, When you put these lines in your 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"); some Internet Explorer does not "understand" to don?t cache the page. Somebody have a solution? Please mail me. I do need it. Thank?s a lot Juliano P.S. I already know that it?s a bug on Internet Explorer.