We have some large sites on different domains. Let's say x.com and y.com, they run on the same backend, on the same server, with the same database.
We have a lot of content (Images and Articles)
I need to track users on both pages. I want to identify the user and use the same backend on both the sites to track their movement and go look at their tracks.
Is that possible with cookies? I think I could be able to give the clients a unique cookie, and then check for the cookie on both sites, writing their movements to the database as they go along.