London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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