|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-07-26 09:37 UTC] rasmus@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 07:00:01 2025 UTC |
Description: ------------ setcookie() doesnot function on several machines if 3rd parameter is presented; Reproduce code: --------------- setcookie("myCookie","myValue",time() + 3600); Expected result: ---------------- A cookie named "myCookie" should be created. Actual result: -------------- No cookie with name "myCookie" was created. If 3rd param (time() + 3600 or other variable) was presented, then th eabove snip of code does work well.