php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6751 No-cache Internet Explorer
Submitted: 2000-09-14 02:57 UTC Modified: 2000-09-14 03:17 UTC
From: juliano at widesoft dot com dot br Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: Earlier? Upgrade first! OS: Windows 95
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: juliano at widesoft dot com dot br
New email:
PHP Version: OS:

 

 [2000-09-14 02:57 UTC] juliano at widesoft dot com dot br
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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-14 03:17 UTC] waldschrott@php.net
this is for bug reporting only,
if you?ve general questions regarding the use of PHP, please contact php-general@lists.php.net or subscribe at php-general-subscribe@lists.php.net.

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

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 27 16:01:27 2024 UTC