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