8 references to SessionID
System.Web (7)
Abstractions\HttpSessionStateWrapper.cs (1)
89return _session.SessionID;
HttpApplicationFactory.cs (1)
510session.SessionID,
HttpContext.cs (1)
1046!string.IsNullOrEmpty(session.SessionID)) { // Ensure the session Id is valid - it will force to create new if didn't exist
State\SessionStateModule.cs (1)
75Debug.Trace("SessionOnEnd", "Firing OnSessionEnd for " + sessionState.SessionID);
UI\TraceContext.cs (1)
607row[SR.Trace_Session_Id] = HttpUtility.UrlEncode(session.SessionID);
Util\AspCompat.cs (2)
178_sessionId = _context.Session.SessionID; 834return _context.Session.SessionID;
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1300return HttpContext.Current.Session.SessionID;