SameSiteMode Enumeration |
Namespace: CMS.Base
public enum SameSiteMode
Member name | Value | Description | |
---|---|---|---|
None | 0 | The cookie will be sent with all requests. | |
Lax | 1 | The cookie will be sent with "same-site" requests, and with "cross-site" top level navigation. | |
Strict | 2 | The cookie will only be sent along with "same-site" requests. |
Copyright (c) 2023 Kentico Software