LocalClientSecuritySettingsElement.CacheCookies Property

Definition

Gets or sets a boolean value that specifies whether cookie caching is enabled.

public:
 property bool CacheCookies { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("cacheCookies", DefaultValue=true)]
public bool CacheCookies { get; set; }
[<System.Configuration.ConfigurationProperty("cacheCookies", DefaultValue=true)>]
member this.CacheCookies : bool with get, set
Public Property CacheCookies As Boolean

Property Value

true if cookie caching is enabled; otherwise, false. The default is false.

Attributes

Applies to