A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Enum SameSiteType

Defines SameSite attribute values.

Namespace: EPiServer.Framework.Web
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
Syntax
public enum SameSiteType

Fields

Name Description
Lax

The cookie can be sent with cross-site GET requests which cause top level navigation.

None

The cookie will be sent with all request. Requires SSL.

Strict

The cookie will not be sent in cross-site browsing context.

Extension Methods