How do you get AnonymousID from cookie ASPXANONYMOUS?

Posted by Malcolm Frexner on Stack Overflow See other posts from Stack Overflow or by Malcolm Frexner
Published on 2010-03-19T22:51:49Z Indexed on 2010/03/19 23:21 UTC
Read the original article Hit count: 178

If I have a look at my cookievalue .ASPXANONYMOUS it is a string ie

WZnX-rXHygEkAAAAOTFhZjE5YTctZmEzZi00MTMwLWEwNTAtYjYwMzI0N2M0NTY4gQUsRlThiJWAjBgmBnpeIba7eGo1

The value Request.AnonymousID is a Guid.

How do you get from ASPXANONYMOUS to AnonymousID ?

I need this to debug some issues I have with FormsAuthentication.

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about forms-authentication