HttpSessionStateBase.IsNewSession 속성

정의

파생 클래스에서 재정의되는 경우 세션을 현재 요청 중에 만들었는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool IsNewSession { bool get(); };
public virtual bool IsNewSession { get; }
member this.IsNewSession : bool
Public Overridable ReadOnly Property IsNewSession As Boolean

속성 값

Boolean

현재 요청 중 세션이 만들어졌으면true 이고, 그렇지 않으면 false입니다.

예외

적용 대상