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

例外

适用于