php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16346 MSIE Cookies problem
Submitted: 2002-03-29 11:05 UTC Modified: 2002-05-14 00:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: andrew at chk dot cn dot ua Assigned:
Status: No Feedback Package: HTTP related
PHP Version: 4.1.1 OS: Linux 7.2
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-03-29 11:05 UTC] andrew at chk dot cn dot ua
I use string 
setcookie('some_c_name','user', $var);

PHP 4.4.1
$var    | exp date 
IE 5.5
9600 -> Jan 01 2070 02:40:00
3600 -> Jan 01 2070 01:00:00
1    -> Jan 01 2070 00:00:01
time()+(60 * 60 * 24 * 30) -> Cant see this cook

NC
9600 -> Jan 01 02:00:01 1970
3600 -> Jan 01 02:00:01 1970
1    -> Jan 01 02:00:01 1970
time()+(60 * 60 * 24 * 30) -> Apr 28 17:42:00 2002

I am used the test (http://www.chipchapin.com/WebTools/cookietest.php)

PHP 4.1.1
Method 1: OK
Method 2: Fail
Method 3: Fail
Method 4: OK
Method 5: Fail
Method 6: OK
Method 7: Fail
Method 8: OK
Method 9: OK
Method 10: Fail
Method 11: Fail
Method 12: Fail
Method 13: Fail

PHP 4.0.6
Method 1: OK
Method 2: OK
Method 3: OK
Method 4: OK
Method 5: OK
Method 6: OK
Method 7: OK
Method 8: OK
Method 9: OK
Method 10: OK
Method 11: OK
Method 12: Fail
Method 13: OK

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-13 18:56 UTC] shiflett@php.net
Please explain what the bug is. Your submission makes no sense, and we are often too busy to spend time trying to interpret every bug report.

Please be more clear.
 [2002-05-14 00:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 07:01:29 2024 UTC