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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Fri May 17 03:01:32 2024 UTC