How can I create an authentication cookie, but w/o asp.net formsauthentication?
Posted
by Blankman
on Stack Overflow
See other posts from Stack Overflow
or by Blankman
Published on 2010-01-29T14:52:00Z
Indexed on
2010/05/15
23:20 UTC
Read the original article
Hit count: 167
Do we know the algorithm that asp.net uses to create the authentication cookie (when using forms authentication?)
Can we basically create our own copy implementation? if so, how?
What does it use to generate the encrypted cookie value, I know it uses whatever you pass into the SetAuthCookie call (which is usually the userID/username).
© Stack Overflow or respective owner