> I'm having some issue's with $_COOKIE and $HTTP_COOKIE_VARS, I can't
> seem to retrieve data from them.

> First I set the cookie like so:
> setcookie ("Access", "Test_Value",time()+31536000);
Try this: setcookie("Access", "Test_Value",time()+31536000,"/");
 - slash as 4th parametr.



-- 
Krzysztof Dziekiewicz


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to