Where is .ASPXAUTH cookie

Posted by Costa on Stack Overflow See other posts from Stack Overflow or by Costa
Published on 2010-05-19T14:49:58Z Indexed on 2010/05/19 15:00 UTC
Read the original article Hit count: 494

Filed under:
|
|

Hi

In javascript alert(document.cookie); does not show the .ASPXAUTH Cookie although a sniffer is showing it,

I need it because I have an AJAX Request to the server, the request should not take place when the user is already logged in,

if I cannot check .ASPXAUTH for security reason, what I should do to check whether the user is already logged in.

Thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about authentication