I'm writing some stuff with CGI under mod perl. The users have to
authenticate prior to even getting to the script... However, some of my
users have more than one login with separate privlidges... (provided by
the script). I want them to be able to log out and then log back in as
someone else, but I can't quite figure out how to "UN-Authenticate".
(DE-Authenticate?)

I'm using CGI.pm under Apache::Registry, so I don't have a nice $r
object to see if I could do something like $c->user = ""; which I'm
guessing would barf anyway.

I know they can just close their browsers, but I doubt "they" know this,
and its not too elegant anyway. (To say nothing of the dreaded M$
"remember password dialog.) 

I would welcome any ideas on the topic.

John

Reply via email to