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.
This is a site built with HTML::Mason. So I tried
<%init>
$m->clear_buffer();
$m->abort(401);
</%init>
with no luck at allAnd would this be possible with mod_perl2 ?
-- frankie
