|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-04 14:51 UTC] sniper@php.net
[2002-07-04 15:59 UTC] robschiffman at imaginaworld dot com
[2002-07-04 16:17 UTC] sniper@php.net
[2002-07-04 16:40 UTC] robschiffman at imaginaworld dot com
[2002-07-04 16:52 UTC] sniper@php.net
[2002-07-15 20:44 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 06:00:01 2025 UTC |
Calling setcookie multiple times only sets the last cookie "second". setcookie.php: <? setcookie("first","1"); setcookie("second","2"); ?> show results: use javascript:alert(document.cookie); in URL to verify.