Gets the Session object provided by the HTTP Runtime.
[Visual Basic] Overridable Public ReadOnly Property Session As HttpSessionState [C#] public HttpSessionState Session {virtual get;} [C++] public: __property virtual HttpSessionState* get_Session(); [JScript] public function get Session() : HttpSessionState;
The current data in the System.Web.HttpSessionState class.
Page Class | Page Members | System.Web.UI Namespace | System.Web.HttpSessionState