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
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: 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: Sun Apr 28 04:01:31 2024 UTC