Forum Moderators: coopster
our ecom site is on example.com. when the user enters from a link from example.de, i wish to set a cookie from example.com which i can read on example.de. i have tried:
setcookie('cart', $cookie, time()+86400, '.example.de');
but this doesn't seem to work. (i have all p3p policies in place).
can anyone suggest a reason?
many thanks
[edited by: eelixduppy at 7:51 pm (utc) on Mar. 23, 2007]
[edit reason] exemplified domain [/edit]