2 writes to _sessionId
System.Web (2)
Util\AspCompat.cs (2)
167
_sessionId
= sessionId;
178
_sessionId
= _context.Session.SessionID;
3 references to _sessionId
System.Web (3)
Util\AspCompat.cs (3)
177
if (
_sessionId
== null && _context != null && _context.Session != null)
352
bool sharedActivity = (
_sessionId
!= null);
353
int activityHash = sharedActivity ?
_sessionId
.GetHashCode() : 0;