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
It's actually pretty simple.
Just visit the following in your browser and use wrong credentials: http://username:password@yourdomain.com
That should "log you out".