Hi

I am using HTTP authorisation to allow users to log in to vew specific pages.
What can I use for log off?.

I tried using 
header ("HTTP/1.0 401 Unauthorised");
header ("Location: http://www.mysite.com/index.php3";);

OR

$PHP_AUTH_USER=0;

but it didn't work.

-- 
PHP General 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]

Reply via email to