3 references to SessionId
System.Web (3)
State\SessionIDManager.cs (3)
69
const int COOKIELESS_SESSION_LENGTH =
SessionId
.ID_LENGTH_CHARS + 2;
214
return
SessionId
.IsLegit(id);
314
return
SessionId
.Create(ref _randgen);