Ss-tok cookies not set on chrome when using not secure connection

The set cookie command does not work on http using chrome.
It’s strange, using in private navigation the command set the cookie correctly.
Even on Edge and Firework works…
How should I check to fix that issue?
Thanks a lots.

This is the first I’ve heard of the ss-tok Cookie not working in HTTP / Chrome.

I’d start by looking at the raw HTTP Request / Response headers, make sure the Cookie is being set (and what the Cookie attributes are, e.g. Secure + HTTP Only Cookie) then check to see if the subsequent Request contains the cookie or not.