creating a persisted cookie with forumsauthentication
Posted
by mrblah
on Stack Overflow
See other posts from Stack Overflow
or by mrblah
Published on 2009-11-16T15:46:54Z
Indexed on
2010/05/15
23:10 UTC
Read the original article
Hit count: 252
forms-authentication
I am doing the following during login, but the logins don't seem to be persisting at all:
FormsAuthentication.SetAuthCookie(userId.ToString(), true);
© Stack Overflow or respective owner