For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configure Your Tracking

Once the Cookie Lifetime Extender is enabled:

  1. Go to the Tracking Configuration tab;

  2. Select your web server or CDN provider (e.g., NGINX, HAProxy, Apache, IIS, Cloudflare, Plesk);

  3. Follow the step-by-step guided setup.

We currently offer tailored instructions for:

Detailed configuration guides for each infrastructure are linked in the Tracking Configuration tab.

Why do I need to configure my web server/CDN?

To extend cookie lifetimes reliably, your web server/CDN must act as a proxy that meets the strict requirements enforced by modern browsers like Safari and Firefox.

Browsers such as Safari (with Intelligent Tracking Prevention) limit the lifespan of first-party cookies if they detect the cookie was set by a server not considered closely tied to your website, for example, servers with a different IP subnet or hostname.

By configuring your web server to proxy tracking requests via your main domain or infrastructure, you ensure:

  • Cookies appear to be set directly by your site, not a third-party tracker.

  • You comply with the latest browser rules.

  • You regain the ability to store cookies beyond 1–7 days.

This configuration allows JENTIS’ Cookie Lifetime Extender to do its job: protect your cookie durations and ensure accurate tracking across sessions and devices.

Verify Configuration

After completing your server setup:

  1. Return to the Cookie Lifetime Extender section in your container;

  2. Click on Verify Configuration;

  3. JENTIS will check if the proxy is configured correctly and the cookie can persist beyond the browser-imposed limits.

WWW Configuration Guide (Optional)

In case you wish to configure your CLE server-route with a www subdomain section in the forwarding (ie. for Content Security Policy compliance) then you must adjust the JENTIS JS Code snippet with an additional configuration.

This section refers only to your server-forwarding configuration, not specifically if a website visitor visits your website on a "www" website URL. As by default JENTIS CLE assumes the forwarding address is based on your container configuration (which is your website domain without the "www").

If you configure the server-forwarding with "www" then you must apply the following change. If the forwarding is set without the "www" then you must not implement it.

It is possible to implement this as a "Code" Element in JENTIS Tag Manager: Codes section. Use the trigger "Before JENTIS Bundle Load".

Implement this code:

Exchange the value of the URL with your websites address and proxy path, ie. https://www.mywebsite.com/jtshash.

Final Steps

Make sure to publish the changes made in your container. Your tracking will now automatically route through the Cookie Lifetime Extender proxy. First-party cookies will retain their intended lifespan, even under the latest browser restrictions.

Last updated

Was this helpful?