This documentation is archived and is not being maintained.
HttpSessionState.IsNewSession Property
.NET Framework 1.1
Gets a value indicating whether the session was created with the current request.
[Visual Basic] Public ReadOnly Property IsNewSession As Boolean [C#] public bool IsNewSession {get;} [C++] public: __property bool get_IsNewSession(); [JScript] public function get IsNewSession() : Boolean;
Property Value
true if the session was created with the current request; otherwise, false.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpSessionState Class | HttpSessionState Members | System.Web.SessionState Namespace
Show: