2 references to GetAuthCookie
System.Web (2)
Security\FormsAuthentication.cs (2)
453HttpCookie cookie = GetAuthCookie(userName, createPersistentCookie, cookieless ? "/" : strCookiePath, !cookieless); 479return GetAuthCookie(userName, createPersistentCookie, strCookiePath, true);