NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Page.Session

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;

Property Value

The current data in the System.Web.HttpSessionState class.

See Also

Page Class | Page Members | System.Web.UI Namespace | System.Web.HttpSessionState