I'm using .htaccess and Apache's passwords to implement a password-protected page. Is there a way to log *out* of that without closing the browser?
As it stands, I can log in, use the protected pages, go elsewhere, come back, and access those pages without having to give the password again. I need a logout link.
On Fri, 24 Aug 2001, Satya wrote:
I'm using .htaccess and Apache's passwords to implement a password-protected page. Is there a way to log *out* of that without
No, except for forcing a false login.
On Aug 24, 2001 at 21:14, Philip S Tellis wrote:
On Fri, 24 Aug 2001, Satya wrote:
I'm using .htaccess and Apache's passwords to implement a password-protected page. Is there a way to log *out* of that without
No, except for forcing a false login.
What's that?
Sometime on Aug 24, Satya assembled some asciibets to say:
I'm using .htaccess and Apache's passwords to implement a password-protected page. Is there a way to log *out* of that without
No, except for forcing a false login.
What's that?
Somehow, get the user to log in again. This is simple in Zope, just raise an authentication exception. Don't know how you'd do it in Apache.
Philip