Logoff button IIS6 ASP.NET Basic Authentication
        Posted  
        
            by willyconnor
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by willyconnor
        
        
        
        Published on 2009-03-04T21:23:01Z
        Indexed on 
            2010/03/24
            9:43 UTC
        
        
        Read the original article
        Hit count: 574
        
I have a requirement for an explicit logout button for users in a ASP.NET web app. I am using IIS6 with Basic Authentication (SSL). I can redirect to another web page but the browser keeps the session alive. I have googled around and found a way to do it by enabling an active x control to communicate with IIS and kill the session. I am in a restricted environment that does not allow forms authentication and active x controls are not forbidden as well. Has anyone else had this requirement and how have you handled it?
Okay that is what I was afraid of. I have seen similar answers on the net and I was hoping someone would have a way of doing it. Thanks for your time though. I guess I can use javascript to prevent the back button like the history.back()
© Stack Overflow or respective owner