HTTP authentication (which is what you're using) is controlled by the
browser. Some browsers even keep the login/password after the window is
closed until the user logs out (Konqueror on Linux for one...)
If you want more control over logins and the ability to do a logout, you
should make yo
hello all,
I have already posted this mail, Is there anyone to help me out?,
it's urgent plz.!
I have designed a web page using php, as a security measure I have
kept it password protected. I have used Apache authentication, using
htpasswd file. Now I want to keep a
hello all,
I have designed a web page using php, as a security measure I have
kept it password protected. I have used Apache authentication, using
htpasswd file. Now I want to keep a logout in this web page, I tried to
send a header request "http/1.0 401 Unauthorized" to force i
$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-ma
ject: [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
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.
6 matches
Mail list logo