Re: Basic Auth logout

2003-03-07 Thread Magnus Bodin
On Fri, Mar 07, 2003 at 08:48:41PM +0100, Frank Maas wrote: > > 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 re

RE: Basic Auth logout

2003-03-07 Thread Frank Maas
> 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. >

Re: Basic Auth logout

2003-03-07 Thread Bill Moseley
On Fri, 7 Mar 2003, Francesc Guasch wrote: > 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 f

RE: Basic Auth logout

2003-03-07 Thread FFabrizio
in the cookbook. -Fran > -Original Message- > From: Francesc Guasch [mailto:[EMAIL PROTECTED] > Sent: Friday, March 07, 2003 12:35 PM > To: modperl > Subject: Basic Auth logout > > > this has been asked before, and I've found in the archives > there is

Basic Auth logout

2003-03-07 Thread Francesc Guasch
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 bui