I have a user authentication script that compares the information the user enters t the information that is in a database table. When the user enter the correct information (Username and password) Two cookies are set one for the username and one for the password. My problem is when the user is redirscted to the index page (Which should print out the values of the two cookies) the cookies seem to be empty. I have tryed printing $cookiename and $HTTP_COOKIE_VARS[cookiename]. Neither work. Has anyone else had this problem?
-- 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]