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