When I use set cookie with an expire value it does not retain the value ?
setcookie ("TestCookie2", "test", $value,time()+3600);
I am using echo $TestCookie2; or
echo $HTTP_COOKIE_VARS["TestCookie2"];
in another page to view the value
Sean Weissensee
Ion Solutions
- Re: [PHP] Setcookie not working Sean Weissensee
- Re: [PHP] Setcookie not working Yasuo Ohgaki

