php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #825 Cookies fail to deliver on IE4 but works in NC4
Submitted: 1998-10-06 11:48 UTC Modified: 1998-12-07 11:29 UTC
From: ca at kvl dot dk Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 3.0.4 OS: 95/NT
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ca at kvl dot dk
New email:
PHP Version: OS:

 

 [1998-10-06 11:48 UTC] ca at kvl dot dk
I use the following command:

setcookie("CookieTester","JustChecking",time()+1800);

Then, in another page, 10 secs later, the following function returns an empty string in IE4.
$p=$CookieTester;

but it works in NC4. This can be reproduced systematically, and my commands follow the manual. In addition, when turning on the cookie-warner in IE4, I get no warning as I do in NC4. 

Thanks,
Claus

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-12-07 11:29 UTC] shane
I've been using cookies continuously in both ie4 and ns4 for a long time (pre 3.0) without problem,
up to and including current cvs.

please try 3.0.5 and resubmit if problem still occures.  Also let us know the web server you're using.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 11:01:31 2024 UTC