php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5414 Problem with cookies and IE 5.0
Submitted: 2000-07-06 21:03 UTC Modified: 2000-07-27 21:42 UTC
From: jorge at ctyd dot com dot mx Assigned:
Status: Closed Package: Other
PHP Version: 4.0.0 OS: Linux Red Hat 6.2
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: jorge at ctyd dot com dot mx
New email:
PHP Version: OS:

 

 [2000-07-06 21:03 UTC] jorge at ctyd dot com dot mx
I tested cookie in my browsers. netscape(4.X) is successfully!! but
explorer(5.0) is not
my code is simple 
setcookie(...); 

Please tell what is the problem and how to resolve

thxA

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-27 21:42 UTC] waldschrott@php.net
that?s perhaps a kind of browser specific issue, please contact php-general in such cases

anyway, this should work with all browsers:

setcookie("TestCookie","Test",time()+30,"/");

in addition you should check if IE cookies are enabled and forth...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 15:01:28 2024 UTC