CookieHandlerElement.PersistentSessionLifetime 属性

定义

获取或设置处理程序颁发的 Cookie 的生命周期。

public:
 property TimeSpan PersistentSessionLifetime { TimeSpan get(); void set(TimeSpan value); };
[System.Configuration.ConfigurationProperty("persistentSessionLifetime", DefaultValue="0:0:0", IsRequired=false)]
[System.Configuration.TimeSpanValidator(MaxValueString="365.0:0:0", MinValueString="0:0:0")]
public TimeSpan PersistentSessionLifetime { get; set; }
[<System.Configuration.ConfigurationProperty("persistentSessionLifetime", DefaultValue="0:0:0", IsRequired=false)>]
[<System.Configuration.TimeSpanValidator(MaxValueString="365.0:0:0", MinValueString="0:0:0")>]
member this.PersistentSessionLifetime : TimeSpan with get, set
Public Property PersistentSessionLifetime As TimeSpan

属性值

一个表示 cookie 生存期的 TimeSpan。 默认值为 0 天 (“0.0:0:0”) 。 该值必须是介于 0 (“0.0:0:0”) 和 365 (“365.0:0:0”) 天之间的值。

属性

注解

表示 persistentSessionLifetimecookieHandler> 元素的< 属性。

适用于

另请参阅