12 references to HttpCookie
System.Web (12)
Security\AnonymousIdentificationModule.cs (3)
90HttpCookie cookie = new HttpCookie(s_CookieName, cookieValue); 170cookie = new HttpCookie(s_CookieName, String.Empty); 264cookie = new HttpCookie(s_CookieName, encValue);
Security\CookielessHelper.cs (1)
305_Context.Response.Cookies.Add(new HttpCookie(s_AutoDetectName, s_AutoDetectValue));
Security\FormsAuthentication.cs (2)
413HttpCookie cookie = new HttpCookie(FormsCookieName, cookieValue); 508HttpCookie cookie = new HttpCookie(FormsCookieName, strTicket);
Security\FormsAuthenticationModule.cs (2)
162cookie = new HttpCookie(FormsAuthentication.FormsCookieName, strEnc); 453HttpCookie cookie = new HttpCookie(name, encValue);
Security\PassportIdentity.cs (1)
1009HttpCookie cookie = new HttpCookie(sCookieNames[iter], String.Empty);
Security\RoleManagerModule.cs (1)
180HttpCookie cookie = new HttpCookie(Roles.CookieName, s);
Security\Roles.cs (1)
435HttpCookie cookie = new HttpCookie(CookieName, cookieValue);
State\SessionIDManager.cs (1)
182cookie = new HttpCookie(Config.CookieName, id);