> this has been asked before, and I've found in the archives
> there is no way I could have a logout page for the Basic Auth in
> apache. 
> 
> Is there nothing I can do ? This is required only for the
> development team, so we need to let mozilla or IE  forget
> about the username and password.
> 
> And would this be possible with mod_perl2 ?

What you could try (note the 'could', it's not tested) is return
a redirect to the same realm with a different id/password that is
not correct. If your site is www.mysite.com then redirect to
http://logged:[EMAIL PROTECTED]/ This might help as browsers can
interpret the popup this will trigger (as user logged with pass out
is not known) as an implicit logout).

Good luck.

--Frank

Reply via email to