You could create a ribbon button to call the Javascript:
document.execCommand("ClearAuthenticationCache");
But this would only work in IE.
If you really want to have full sign in/out functionality - I suggest setting up Claims Based Authentication
You could create a ribbon button to call the Javascript:
document.execCommand("ClearAuthenticationCache");
But this would only work in IE.
If you really want to have full sign in/out functionality - I suggest setting up Claims Based Authentication