5 references to SetAuthCookie
System.Web (3)
UI\WebControls\ChangePassword.cs (1)
1719
System.Web.Security.FormsAuthentication.
SetAuthCookie
(UserNameInternal, false);
UI\WebControls\CreateUserWizard.cs (1)
2182
System.Web.Security.FormsAuthentication.
SetAuthCookie
(UserNameInternal, false);
UI\WebControls\login.cs (1)
1093
System.Web.Security.FormsAuthentication.
SetAuthCookie
(UserNameInternal, RememberMeSet);
System.Web.Extensions (2)
ApplicationServices\AuthenticationService.cs (1)
186
FormsAuthentication.
SetAuthCookie
(username, isPersistent);
Security\AuthenticationService.cs (1)
22
FormsAuthentication.
SetAuthCookie
(userName, createPersistentCookie);