|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-08-11 10:25 UTC] joesterg at hotmail dot com
[2002-08-11 10:37 UTC] rasmus@php.net
[2002-08-11 12:02 UTC] joesterg at hotmail dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 09:00:02 2025 UTC |
Environment: Windows 2000 Server Apache 2.39 PHP 4.2.2 Problem: -- setcookie("x1","value x1"); setcookie("x2","value x2"); -- the code above will only store cookie x1 and the value. Cookie x2 and the value are not stored -that is: cannot be found in the $_COOKIE array. Was debugging Mantis (http://mantisbt.sourceforge.net) when I encountered this problem.