Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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