HttpSessionStateContainer.IsNewSession 속성

정의

현재 요청으로 세션이 만들어졌는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

세션이 현재 요청으로 만들어졌으면 이고, 그렇지 않으면 .

구현

적용 대상

추가 정보