Cookie is set but not returning
Posted: Sun Feb 14, 2010 4:00 am
I have a cookie set using:
setcookie("PHPENGINEUSER", $guid, (time()+2592000), "/", "modules/security");
I know it is set, I can see it in my cookies list in FireFox. But when I try to display it using:
$_COOKIE["PHPENGINEUSER"]
I get no results. Is this enough information to point out where my error is?
Thanks!
setcookie("PHPENGINEUSER", $guid, (time()+2592000), "/", "modules/security");
I know it is set, I can see it in my cookies list in FireFox. But when I try to display it using:
$_COOKIE["PHPENGINEUSER"]
I get no results. Is this enough information to point out where my error is?
Thanks!