SessionSecurityToken.IsPersistent 属性

定义

获取或设置指示是否保留此标记表示的 Cookie 的值。

public:
 property bool IsPersistent { bool get(); void set(bool value); };
public bool IsPersistent { get; set; }
member this.IsPersistent : bool with get, set
Public Property IsPersistent As Boolean

属性值

如果 cookie 为持久的,则为 true;否则为 false

注解

IsPersistent如果 属性为 true,则会将 Cookie 编写为永久性 Cookie。 在浏览器关闭后,永久性 Cookie 将保持有效,直到过期。

适用于