I would like to make a php script that remove the values associated with $PHP_AUTH_USER and $PHP_AUTH_PW whenever a user accesses it. I tried unset($PHP_AUTH_PW), i tried sending a 401 header with the No cigar statement in it (header('HTTP/1.0 401 No cigar')) but it doesn't work: i still get in the site without being ask for my uname/pword. Does anyone know a way to get rid of $PHP_AUTH_USER and $PHP_AUTH_PW? thank you very much Francois Legare [EMAIL PROTECTED] p.s.: the requirements forbid me from using an html form to authenticate our users -- PHP Database 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]