What is the content of ASP.NET FormsAuthentication cookie value? How can I see the real value of the hashed string (in case that I have the decrypted key)?
What is the content of ASP.NET FormsAuthentication cookie value? How can I see the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here you have all necessary information about the content of the authentication cookie
http://msdn.microsoft.com/en-us/library/ff647070.aspx
Check the section “Forms Authentication Cookies”
FormsAuthentication.Decryptwould decrypt the authentication ticket included on the forms authentication cookie.