Aracılığıyla paylaş


SessionOptions.CookieHttpOnly Özellik

Tanım

Dikkat

This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.HttpOnly.

Bu özellik kullanımdan kaldırıldı ve gelecekteki bir sürümde kaldırılacak. Önerilen alternatif üzerindedir Cookie.

Tarayıcının tanımlama bilgisine istemci tarafı JavaScript tarafından erişilmesine izin verilip verirseniz belirler. Varsayılan değer true'dur; bu da tanımlama bilgisinin yalnızca HTTP isteklerine geçirileceği ve sayfada betik için kullanılabilir hale getirilmediği anlamına gelir.

public:
 property bool CookieHttpOnly { bool get(); void set(bool value); };
public bool CookieHttpOnly { get; set; }
[System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.HttpOnly.")]
public bool CookieHttpOnly { get; set; }
member this.CookieHttpOnly : bool with get, set
[<System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.HttpOnly.")>]
member this.CookieHttpOnly : bool with get, set
Public Property CookieHttpOnly As Boolean

Özellik Değeri

Öznitelikler

Şunlara uygulanır