Compartir a través de


SessionOptions.CookieName Propiedad

Definición

Precaución

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

Esta propiedad está obsoleta y se quitará en una versión futura. La alternativa recomendada está en Cookie.

Determina el nombre de cookie que se usa para conservar el identificador de sesión.

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

Valor de propiedad

Atributos

Se aplica a