how to check from JavaScript if loaded page has ASP.NET authentication cookie?
- by Cherven
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.