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
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
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:
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.