2 references to COOKIELESS_BOOL_SESSION_KEY
System.Web (2)
State\SessionIDManager.cs (2)
152
context.Items[
COOKIELESS_BOOL_SESSION_KEY
] = cookieless;
251
object o = context.Items[
COOKIELESS_BOOL_SESSION_KEY
];