On Tue, Aug 9, 2011 at 05:07, Tom Evans <tevans...@googlemail.com> wrote:
> On Tue, Aug 9, 2011 at 4:42 AM, Rajeev Prasad <rp.ne...@yahoo.com> wrote:
...
>> currently i have  mod auth_mysql configured and running as plaintext
>> password:
...
>> 2. how can i get a user log out once the browser tab is  closed. seems i
>> have to close the browser and reopen, then only i am presented login box.
...

> I can only answer 2)
>
> When you authenticate with basic auth, you do not 'log in' or 'log
> out', authentication is performed on every single request. Browsers
> cache basic auth credentials and resubmit them on every request, until
> the server responds with a 401 response (authentication required), at
> which point the browser will prompt for new credentials.

Is there a way to do that on a regular time interval, say every 20 min?

Best regards,

-Tom

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to