System.Web Namespace HttpApplication Class
Gets the intrinsic session object that provides access to session data.
[ VB ] Public ReadOnly Property Session As HttpSessionState [ C# ] public HttpSessionState Session {get;} [ C++ ] public: __property HttpSessionState* get_Session ( ); [ JScript ] public function get Session ( ) : HttpSessionState;
The HttpSessionState for the current session.
HttpApplication Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note