hi
i am using PHP_AUTH_USER and PHP_AUTH_PW to allow people to log in. the only problem i am having is that people only get one chance to try to login. if the user gets any of the info wrong, they do not get a second chance. my code sends them directly to an 'login error' page. i think all i need to do is reset the two variables above.
any ideas?