I set my cookie as follows:
setcookie("id",$userid,time()+600,"/",".sucava.com",0);
I can read the value of $id fine, but I want to know if I can read when the cookie expires. Is it in HTTP_COOKIE_VARS or _COOKIE? If so what array index do I use?
Thanks