Each page view a different session (finsweet + GTM)

Description

I have implemented the finsweet CMP on my website through web GTM. Every time I refresh the page or navigate to a new page the session gets refreshed. This is because the _ga_xxxx cookie gets recreated.

Site URL

Steps to Reproduce

  1. Load the staging website URL https://choosenul.webflow.io/ (NOT PROD)
  2. Check dev tools > cookies > _ga_XXXX cookie > number that start with sXXXX or go to network and check the calls to GA > payload > sid
  3. Navigate to a new page or refresh
  4. The cookie value that starts with sXXXX changes every time, and sid (which is that value) changes each time
  5. That causes all pages to be different sessions

Expected Behavior

sid should be the same in the same session

Actual Behavior

sid is different on every call

Video/Screenshots

Required: Please provide a short screen recording showing the issue

Additional Context

  • Browser: Chrom 138.0.7204.158
  • Device: Desktop

NDA Notice: If you’re under an NDA, please feel free to send us a Direct Message/Email with the above information.

I did more testing and the session id does NOT change all the time, but if you keep refreshing and moving around it does.

I followed the implementation from the docs so I have no idea why this happens.

Hey @savvas! We are taking a look at the issue. I’ll get back to you as soon as possible!

Thanks Luis.

If you try on Firefox the sid will change all the time even when I accept all cookies.