if I set a cookie
setcookie("checkpop", $hid,time()+432000);
the time is the time of the server... correct?
if so... is it the server that decides if the cookie has expired.. or the client...
is this allwayse the case or is there a code that I can use to set the cookie on client time?
Thanks
Travis Harris