2 references to COOKIELESS_SESSION_KEY
System.Web (2)
State\SessionIDManager.cs (2)
171
context.Items.Add(
COOKIELESS_SESSION_KEY
, id);
297
s = (String) context.Items[
COOKIELESS_SESSION_KEY
];