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

屬性值

true若會話是在當前請求期間建立;否則,。 false

例外狀況

適用於