I'm doing HTTP basic authentication via .htaccess, and I need to logout; is this possible?
Thanks.
|
I'm doing HTTP basic authentication via .htaccess, and I need to logout; is this possible? Thanks. |
|||||
|
|
Per the Wikipedia Basic access authentication page (in the Disadvantages section):
This is because the server doesn't keep track of who is logged in. Instead, the browser sends authentication credentials on every request to the server. |
|||
|
|