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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
32 + 15 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Mar 29 15:01:28 2024 UTC