Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SessionOptions.CookieDomain Property

Definition

Namespace:
Microsoft.AspNetCore.Builder
Assembly:
Microsoft.AspNetCore.Session.dll
Package:
Microsoft.AspNetCore.Session v1.0.0
Package:
Microsoft.AspNetCore.Session v1.1.0
Package:
Microsoft.AspNetCore.Session v2.0.0
Package:
Microsoft.AspNetCore.Session v2.1.0
Package:
Microsoft.AspNetCore.Session v2.2.0
Source:
SessionOptions.cs
Source:
SessionOptions.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Caution

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

This property is obsolete and will be removed in a future version. The recommended alternative is <seealso cref="P:Microsoft.AspNetCore.Http.CookieBuilder.Domain"></seealso> on Cookie.

Determines the domain used to create the cookie. Is not provided by default.

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

Property Value

Attributes

Applies to


Feedback

Was this page helpful?