13 references to SetCookieValue
System.Web (13)
Security\AnonymousIdentificationModule.cs (2)
79
context.CookielessHelper.
SetCookieValue
('A', null); // Always clear the uri-cookie
273
context.CookielessHelper.
SetCookieValue
('A', encValue);
Security\CookielessHelper.cs (2)
261
context.CookielessHelper.
SetCookieValue
('X', "1");
349
SetCookieValue
('X', "1");
Security\FormsAuthentication.cs (3)
406
context.CookielessHelper.
SetCookieValue
('F', null); // Always clear the uri-cookie
457
context.CookielessHelper.
SetCookieValue
('F', null);
460
context.CookielessHelper.
SetCookieValue
('F', cookie.Value);
Security\FormsAuthenticationModule.cs (5)
155
e.Context.CookielessHelper.
SetCookieValue
('F', strEnc);
316
cookielessHelper.
SetCookieValue
('F', null); // remove old ticket if present
359
context.CookielessHelper.
SetCookieValue
('F', null);
382
context.CookielessHelper.
SetCookieValue
('F', null);
449
context.CookielessHelper.
SetCookieValue
('F', encValue);
State\SessionIDManager.cs (1)
360
context.CookielessHelper.
SetCookieValue
('S', idEncoded);