Re: Disconnection from basic auth

2007-08-22 Thread Abhijit Hoskeri
On Thu, Aug 23, 2007 at 12:11:37AM -0500, William A. Rowe, Jr. wrote: > Geoffrey Young wrote: > > > > Matthieu FEREYRE wrote: > >> I use a basic authentification (Apache2::Access) wich works fine, but my > >> question is : > >> How do I disconnect users ? > > > > the short answer is that you can

Re: Disconnection from basic auth

2007-08-22 Thread William A. Rowe, Jr.
Geoffrey Young wrote: > > Matthieu FEREYRE wrote: >> I use a basic authentification (Apache2::Access) wich works fine, but my >> question is : >> How do I disconnect users ? > > the short answer is that you can't. this is why you don't see popup > authentication anywhere anymore :) > > "When y

Re: Disconnection from basic auth

2007-08-22 Thread Geoffrey Young
Matthieu FEREYRE wrote: > I use a basic authentification (Apache2::Access) wich works fine, but my > question is : > How do I disconnect users ? the short answer is that you can't. this is why you don't see popup authentication anywhere anymore :) try a simple module like Apache::AuthCookie:

Disconnection from basic auth

2007-08-22 Thread Matthieu FEREYRE
I use a basic authentification (Apache2::Access) wich works fine, but my question is : How do I disconnect users ? The disconnection is done when they close their webbrowser (Apache will ask the login/password the next time they enter the website). But i would like to make a "disconnect" button.