Posted on: 12/9/2014 6:43:52 PM | Views : 545

I have an application that is doing domain authentication through Kerberos.  The application is new to me and I see no "normal session objects" around.  I need to kill this web application when someone logs out with a button and also when the browser is closed (and most importantly, FORCE a new login once this is done).
How might I accomplish that?
When the application first loads and there is no active session, the browser presents a domain challenge which is what I'm looking for when the users logs out of the application or closes the browser window.

Go to the complete details ...