HttpSessionStateWrapper.IsNewSession 属性

定义

获取一个值,该值指示该会话是否在当前请求期间创建。

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

属性值

如果会话是在当前请求过程中创建的,则为 true;否则为 false

适用于