_Response_Cookie.SameSite (gb.web)
Property SameSite As String
Return or set the "SameSite" cookie policy.
It can be
"Lax"
,
"Strict"
or
"None"
,
"Lax"
being the default value.
If the property is set to
"None"
, then the cookie is always sent with the "Secure" attribute.