RE: [PHP] Logout Problem auf .htaccess-Login

2001-05-01 Thread Krznaric Michael

Don't quote me on this, but I think if you send the user a header saying
he's unauthorized then apache will remove the PHP_AUTH_* information.

Mike


-Original Message-
From: Jochen Kaechelin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 01, 2001 4:30 AM
To: PHP General
Subject: [PHP] Logout Problem auf .htaccess-Login


Hello List!

Is it possible to unset $PHP_AUTH_USER and $PHP_AUTH_PW after
a successfull '.htaccess-login'?

I wan't to give all users the possibility to 'logout'.
I will destroy all sessions and unset $PHP_AUTH_USER,
but Apache still knows that there was a successfull login
a few minutes before.

Thanx

-- 
phpArbeitsgruppe in Gruendung - Jochen Kaechelin
Stuttgarter Str.3, D-73033 Goeppingen
Tel. 07161-92 95 94, Fax 07161-92 95 98
http://www.php-arbeitsgruppe.de, mailto:[EMAIL PROTECTED]

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

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




RE: [PHP] Logout Problem auf .htaccess-Login

2001-05-01 Thread Matt Schroebel

$PHP_AUTH_USER= ought to do it.

 From: Jochen Kaechelin [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 01, 2001 4:30 AM
 
 Is it possible to unset $PHP_AUTH_USER and $PHP_AUTH_PW after
 a successfull '.htaccess-login'?

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