Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001062

[PHP-DB] Cookies From: webmaster <email protected>
Date: 06/25/01

How can I request a persistant cookie from the clients computer (to make a autologin)
this doesnt work :echo $HTTP_COOKIE_VARS["nameCookie"]

code to set cookie: setcookie("newsLogin",$value,time()+ 3348000);

if i ask from the same page I get the values I need but not from a different page...

thx