HttpSessionStateWrapper::IsNewSession Property

 

Gets a value that indicates whether the session was created during the current request.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property bool IsNewSession {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the session was created during the current request; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: