ID:               37364
 Updated by:       [EMAIL PROTECTED]
 Reported By:      blunt_bill at hotmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: Slackware 10.2
 PHP Version:      5.1.4
 New Comment:

Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.




Previous Comments:
------------------------------------------------------------------------

[2006-05-08 11:33:46] blunt_bill at hotmail dot com

Description:
------------
I use cookie authentication a page to allow administration to users.
The problem is when i try to login with Internet explorer (different
machines, all operating with MSIE 6 and windows XP). The cookies are
not set (when i access temporary internet files the files with the
cookie contents are not created).
If i try to login with firefox the cookies are written and work 100%.
I tried to use setcookie() and setrawcookie().

My PHP version is 5.0.5 from linuxpackages.net, Apache2 and apache2php
from there too.

Reproduce code:
---------------
setrawcookie('admin-user', $username, time()+$expiry, "/", false, 0);
setrawcookie('admin-pass', $password, time()+$expiry, "/", false, 0);

Expected result:
----------------
cookies should be set with both browsers (IE and firefox)

Actual result:
--------------
firefox cookies are set, IE cookies are not.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=37364&edit=1

Reply via email to