1 implementation of GetSessionID
System.Web (1)
State\SessionIDManager.cs (1)
290public String GetSessionID(HttpContext context) {
3 references to GetSessionID
System.Web (3)
State\SessionStateModule.cs (3)
658_rqId = _idManager.GetSessionID(_rqContext); 940_rqId = _idManager.GetSessionID(_rqContext); 1467id = _idManager.GetSessionID(context);