Hi,
Well i have kinda a small issue that I cant quite figure out. Heres my problem:
I need to access information via a couple cookies on website X, while the cookies are being set on website Y using a setcookie function.
When I attempt to create a cookie on website 'ydomain.com' by doing:
the cookie doesnt get set. Is there a way I can set and allow other domain's to read the cookies?PHP Code:
setcookie("id", '1234', time()+(60*60*24*365), "/", '.xdomain.com', 0);
Thanks!





Bookmarks