Is it possible to log out user from a web site if he is using basic authentication?
Killing session is not enough, since, once user is authenticated, each request co
Have the user click on a link to https://log:out@example.com/. That will overwrite existing credentials with invalid ones; logging them out.