[PHP-DEV] PHP 4.0 Bug #6751 Updated: No-cache Internet Explorer From: Bug Database (php-dev <email protected>)
Date: 09/14/00

ID: 6751
Updated by: waldschrott
Reported By: juliano <email protected>
Status: Closed
Bug Type: Unknown/Other Function
Assigned To:
Comments:

this is for bug reporting only,
if you´ve general questions regarding the use of PHP, please contact php-general <email protected> or subscribe at php-general-subscribe <email protected>

there are some tutorials around there dealing with these issues, visit some portals like zend.com, phpcenter.com etc.

Previous Comments:
---------------------------------------------------------------------------

[2000-09-14 02:57:04] juliano <email protected>
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.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=6751

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>