how to check from JavaScript if loaded page has ASP.NET authentication cookie?
        Posted  
        
            by Cherven
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Cherven
        
        
        
        Published on 2010-03-30T20:59:59Z
        Indexed on 
            2010/03/30
            21:03 UTC
        
        
        Read the original article
        Hit count: 354
        
It looks like JavaScript does not have access to authentication cookies ('ASP.NET_SessionId', '.ASPXFORMSAUTH')
in the http headers I can see cookies but document.cookie object does not have them.
© Stack Overflow or respective owner