Gets a reference to the System.Web.SessionState instance for the current request.
[Visual Basic] Public ReadOnly Property Session As HttpSessionState [C#] public HttpSessionState Session {get;} [C++] public: __property HttpSessionState* get_Session(); [JScript] public function get Session() : HttpSessionState;
HttpContext Class | HttpContext Members | System.Web Namespace