_sp_id 2 years or cookieLifetime set on tracker initialisation Stores user information that is created when a user first visits a site and updated on subsequent visits. It is used to identify users ...
The secure attribute tells the browser to only send the cookie over HTTPS, which is a secure and encrypted protocol. This prevents attackers from intercepting the cookie over an unsecured network or a ...
Suggestion: Create two cookie scopes, one that controls HTTP cookies and one that controls JavaScript cookies and use the same syntax as resource loading. An example could be: cookie-scope-js: 'none' ...
WebKit has changed how it handles first-party cookies set with JavaScript. BEFORE, JavaScript cookies could not be set to expire beyond seven days into the future. NOW, JavaScript cookies no longer ...