6 references to GetCookieValue
System.Web (6)
Security\AnonymousIdentificationModule.cs (2)
78
if (context.CookielessHelper.
GetCookieValue
('A') != null) {
203
encValue = context.CookielessHelper.
GetCookieValue
('A');
Security\CookielessHelper.cs (2)
244
string cookieDetectHeader = context.CookielessHelper.
GetCookieValue
('X');
332
string cookieDetectHeader =
GetCookieValue
('X');
Security\FormsAuthenticationModule.cs (1)
344
encValue = context.CookielessHelper.
GetCookieValue
('F');
State\SessionIDManager.cs (1)
161
id = context.CookielessHelper.
GetCookieValue
('S');