views:

120

answers:

1

Hi Guys,

I have an ASP.NET application using Windows Authentication. At the moment the only way for a user to log-off the application is to close the browser (it is a pain because closing the tab itself is not enough).

I would like to have a log-off button so make it easier to log-in as a different user.

Is it possible at all (IE and/or Firefox)?

Thanks.

A: 

Found it:

http://stackoverflow.com/questions/1067263/asp-net-windows-authentication-logout

Bryan
Thanks, I missed that one.
Xavier Poinas