I'm using this code to set 3 cookies
setcookie(cookiename, $_GET['id'], time()+86400*255, "/", ".thesite.com", 0);
setcookie(cookiename2, $_GET['t'], time()+86400*255, "/", ".thesite.com", 0);
setcookie(cookiename3, $_GET['m'], time()+86400*255, "/", ".thesite.com", 0);
well, in my cookies dir (winxp pro) i see only the first one, the weird thing is that the script still gets the values from the other 2........but they can't be found anyone on my pc.....
what may be the reason?
thanks