Solutionunvalidated

My suggestion is using a cookie with a unique, random id — given to the user the first time they land on a page of your site. Tension: the user can still edit/remove this cookie. Outcome: If you can force the user to login, then you could track the user with their session token.

c757f02d-d39e-41b9-aa6f-c81eb87691cb

My suggestion is using a cookie with a unique, random id — given to the user the first time they land on a page of your site. Tension: the user can still edit/remove this cookie. Outcome: If you can force the user to login, then you could track the user with their session token.