1 implementation of GetSessionID
System.Web (1)
State\SessionIDManager.cs (1)
290
public 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);
1467
id = _idManager.
GetSessionID
(context);