How to set SameSite Value to Lax in Clarity?
The SameSite attribute of the Set-Cookie HTTP response header allows you to declare if your cookie should be restricted to a first-party or same-site context.
Note: Standards related to the Cookie SameSite attribute recently changed such that:
Release : 15.8.1 and higher
Configuration
On Premise Customer Only
UPDATE CMN_OPTION_VALUES SET VALUE = 'Lax' WHERE OPTION_ID = (SELECT id FROM CMN_OPTIONS WHERE OPTION_CODE = 'LOGIN_COOKIE_SAMESITE_VALUE')
SELECT Value FROM CMN_OPTION_VALUES WHERE OPTION_ID = (SELECT id FROM cmn_options WHERE option_code = 'LOGIN_COOKIE_SAMESITE_VALUE')