Hi
I'm doing a site that creates a cookie and then needs to read that
cookie later.
The cookie is created fin and I can see it in my browsers cookies but I
can't seem to read it. I've tried referring to the variable straight as
$cookie_var and as $_COOKIE['cookie_var'] but no luck.
if I var_dump($_COOK IE) I get
array(0) { }
Is there something silly I'm missing? I thought it may be my firewall so
I got someone else to check and same story...
Thanks
I'm doing a site that creates a cookie and then needs to read that
cookie later.
The cookie is created fin and I can see it in my browsers cookies but I
can't seem to read it. I've tried referring to the variable straight as
$cookie_var and as $_COOKIE['cookie_var'] but no luck.
if I var_dump($_COOK IE) I get
array(0) { }
Is there something silly I'm missing? I thought it may be my firewall so
I got someone else to check and same story...
Thanks
Comment