|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-07-25 17:47 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 17:00:01 2025 UTC |
Description: ------------ Hi, I tried to set a cookie in mydomain.org and try to retreive in mydomain1.com. But It does not retrieve the cookies. Here is what I try in the mydomain.org setcookie ("test1", "someval", time()+36000, '/', 'mydomain1.com', 0) Then from the mydomain1.com I tried to retrieve the cookie but I dont see that cookie. Is this some bus as I have followed as documented in manual. Pls help Thanks