Can someone please tell me why this is not working! I want the cookie to be set as a browser session one, but for some reason the HTTP_COOKIE_VARS variables wont work and show up
Anyone?
$cookie_time = time() + 60 * 60;
setcookie("TEMPCOOKIE", $GLOBALS[admin_password_sent], $cookie_time);
echo $HTTP_COOKIE_VARS["TEMPCOOKIE"];
echo "Password saved... <BR><BR>";
Thanks
Andy
Anyone?
$cookie_time = time() + 60 * 60;
setcookie("TEMPCOOKIE", $GLOBALS[admin_password_sent], $cookie_time);
echo $HTTP_COOKIE_VARS["TEMPCOOKIE"];
echo "Password saved... <BR><BR>";
Thanks
Andy