From:             [EMAIL PROTECTED]
Operating system: Win 2000
PHP version:      4.0.6
PHP Bug Type:     Unknown/Other Function
Bug description:  Non persistant cookie with IE5.5 and +

This problem occurs with IE 5.5 +.
I set a non persistant cookie, by exemple :

setcookie('myCookie','miam','','/','',0);

in a first navigator window.

When I open a second window (the first is still open), I can read the
cookie, but when I close this second window, the cookie is deleted, and no
longer accessible from the first.

This problem don't occur when I write cookie using JavaScript. It don't
occur with Navigator (4.x and 6) and with IE 5.0.
-- 
Edit bug report at http://bugs.php.net/?id=16407&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16407&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16407&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16407&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16407&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16407&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16407&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16407&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16407&r=submittedtwice

Reply via email to