1 instantiation of SessionIDManager
System.Web (1)
State\SessionStateModule.cs (1)
317
iManager = new
SessionIDManager
();
24 references to SessionIDManager
System.Web (24)
Configuration\SessionStateSection.cs (4)
142
SessionIDManager
.COOKIEMODE_DEFAULT.ToString(),
148
SessionIDManager
.SESSION_COOKIE_DEFAULT,
212
private HttpCookieMode cookielessCache =
SessionIDManager
.COOKIEMODE_DEFAULT;
338
[ConfigurationProperty("cookieName", DefaultValue =
SessionIDManager
.SESSION_COOKIE_DEFAULT)]
State\InProcStateClientManager.cs (6)
119
SessionIDManager
.CheckIdLength(id, true /* throwOnFail */);
225
SessionIDManager
.CheckIdLength(id, true /* throwOnFail */);
262
SessionIDManager
.CheckIdLength(id, true /* throwOnFail */);
368
SessionIDManager
.CheckIdLength(id, true /* throwOnFail */);
412
SessionIDManager
.CheckIdLength(id, true /* throwOnFail */);
444
SessionIDManager
.CheckIdLength(id, true /* throwOnFail */);
State\OutOfProcStateClientManager.cs (1)
274
SessionIDManager
.CheckIdLength(id, true /* throwOnFail */);
State\SessionIDManager.cs (1)
133
_isInherited = !(this.GetType() == typeof(
SessionIDManager
));
State\SessionStateModule.cs (3)
641
!((
SessionIDManager
)_idManager).UseCookieless(_rqContext)) ) { // Case 2
932
Debug.Assert(!((
SessionIDManager
)_idManager).UseCookieless(_rqContext), "We can delay session id only if we are not using cookieless");
1505
return ((
SessionIDManager
)_idManager).UseCookieless(_rqContext);
State\sqlstateclientmanager.cs (9)
85
static int ID_LENGTH =
SessionIDManager
.SessionIDMaxLength + APP_SUFFIX_LENGTH;
419
Debug.Assert(id.Length <=
SessionIDManager
.SESSION_ID_LENGTH_LIMIT, "id.Length <= SessionIDManager.SESSION_ID_LENGTH_LIMIT");
577
SessionIDManager
.CheckIdLength(id, true /* throwOnFail */);
589
SessionIDManager
.CheckIdLength(id, true /* throwOnFail */);
606
SessionIDManager
.CheckIdLength(id, true /* throwOnFail */);
640
SessionIDManager
.CheckIdLength(id, true /* throwOnFail */);
719
SessionIDManager
.CheckIdLength(id, true /* throwOnFail */);
740
SessionIDManager
.CheckIdLength(id, true /* throwOnFail */);
768
SessionIDManager
.CheckIdLength(id, true /* throwOnFail */);