asp.net.ph

HttpApplication.Session Property

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;

Property Value

The HttpSessionState for the current session.

Exceptions


Exception Type Condition
HttpException Occurs when the HttpSessionState is a null reference ( Nothing in Visual Basic ).

See Also

HttpApplication Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph