11 Jul
2003
11 Jul
'03
7:08 p.m.
How can I logout a user without bringing up the login/password screen
right now I'm using
<a href="manage_zmi_logout">
Unless you use one of the cookie-based login schemes you can't really. It's just the nature of HTTP authentication. Well, you could make your users restart their browsers, but that's not very nice. --jcc