I am using phpauction scripts with have authentication using session cookies. The
strangest thing is happening...there is a line when you successfully login that sets a
cookie:
setcookie("authenticated","1",0,"","",0);
But the rest of the pages fail to stay logged in becase the cookie doesn't get named
"authenticated" as shown above..instead, it gets named "YA_SESSION_ID" Does anyone
know why this is happening? something in my php.ini file maybe?
Angie
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]