1 write to _idManager
System.Web (1)
State\SessionStateModule.cs (1)
392
_idManager
= InitSessionIDManager(config);
11 references to _idManager
System.Web (11)
State\SessionStateModule.cs (11)
630
if (
_idManager
.InitializeRequest(_rqContext, false, out _rqSupportSessionIdReissue)) {
641
!((SessionIDManager)
_idManager
).UseCookieless(_rqContext)) ) { // Case 2
658
_rqId =
_idManager
.GetSessionID(_rqContext);
748
_rqId =
_idManager
.CreateSessionID(_rqContext);
749
_idManager
.SaveSessionID(_rqContext, _rqId, out redirected, out _rqAddedCookie);
932
Debug.Assert(!((SessionIDManager)
_idManager
).UseCookieless(_rqContext), "We can delay session id only if we are not using cookieless");
940
_rqId =
_idManager
.GetSessionID(_rqContext);
1398
_idManager
.RemoveSessionID(_rqContext);
1465
_idManager
.InitializeRequest(_rqContext, true, out dummy);
1467
id =
_idManager
.GetSessionID(context);
1505
return ((SessionIDManager)
_idManager
).UseCookieless(_rqContext);