|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-12-07 11:29 UTC] shane
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jun 17 14:00:02 2026 UTC |
I use the following command: setcookie("CookieTester","JustChecking",time()+1800); Then, in another page, 10 secs later, the following function returns an empty string in IE4. $p=$CookieTester; but it works in NC4. This can be reproduced systematically, and my commands follow the manual. In addition, when turning on the cookie-warner in IE4, I get no warning as I do in NC4. Thanks, Claus