This depends. Are you using HTTP authentication, or do you have an
HTML form based
login with a session ID?
HTTP authentication has no "logout" capabilities. Every HTTP request
contains the
username and password in it. You must close the browser to have the
browser forget
the username/password.
...
HTML form based
login with a session ID?
HTTP authentication has no "logout" capabilities. Every HTTP request
contains the
username and password in it. You must close the browser to have the
browser forget
the username/password.
...
[ more ]