SameSiteMode
Wisej.Core.SameSiteMode
Last updated
Wisej.Core.SameSiteMode
Last updated
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.1.0.0)
Determine if a cookie should be restricted to a first-party or same-site context.
Lax
Indicates the client should send the cookie with "same-site" requests, and with "cross-site" top-level navigations.
None
Indicates the client should disable same-site restrictions. When using this value, the cookie must also have the property set to true.
Strict
Indicates the client should only send the cookie with "same-site" requests.
Returns or sets the for the cookie.