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