From:             jeelani at hotmail dot com
Operating system: Linux
PHP version:      4.3.1
PHP Bug Type:     *General Issues
Bug description:  How to retrive cookie from another domain

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



-- 
Edit bug report at http://bugs.php.net/?id=24806&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24806&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24806&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24806&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24806&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24806&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24806&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24806&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24806&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24806&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24806&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24806&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24806&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24806&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24806&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24806&r=gnused

Reply via email to