I have an intranet page which uses windows authentication.
I have a logoff button on the page. When the user clicks the logoff button, I want the user credentials to be wiped off so that he need to login back again.
Right now It doesnt seem to work unless i close the browser. But I want the user to be prompted again for login.
Any way of doing that? Please suggest