When my users log in, they enter their username and password, and click a checkbox to remember the login in the future. If the remember checkbox is left unchecked, the cookie expire is set to zero. I also have a page where they can change the password.

My question is - how do I update the password cookie without having to ask whether or not they want to remember it again? How can I find out when the current cookie expires?

Thanks, John

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to