Re: HTTP authentication and session timeout
The auth string is initially sent to the browser from the server as a base64
encoded pair. From the server side, you can override the current auth
string by simply sending a new one. Send a blank string or a string with
invalid data, and you have effectively logged out the user...
One has to point out that this inherently means the connection must be
statefull in some way, since you must know when and who to
timeout.Therefore, I wonder why you would really want to stick with basic
http auth?
Received on Mon Nov 25 14:38:53 2002
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 14:07:44 EDT
|