samesite
Parameters
value
Configures the SameSite attribute on the waiting room cookie. Value auto
will be translated to lax
or none
depending if Always Use HTTPS is enabled. Note that when using value none
, the secure attribute cannot be set to never
. Available values: "auto", "lax", "none", "strict".