I have a single Sitecore instance that hosts two websites. Both websites are on the same subdomain so normal cookies can be accessed on both when created properly. But Sitecore also has these, which it creates on its own if I understand correctly:
SC_ANALYTICS_GLOBAL_COOKIE
SC_ANALYTICS_SESSION_COOKIE
This question discusses what each does. What I am curious about is if each do their respective jobs on a single website within an instance of Sitecore or across the entire Sitecore instance despite the number of websites.
For Example:
Website A and Website B are both on the same instance of Sitecore.
A user visits Website A and then visits Website B.
Will the Sitecore cookies 'remember' the user as if they have visited Website B previously just because they have previously visited a website on the same Sitecore instance?
Or does Website B have no idea that a user went to Website A and both websites act as completely different entities despite their backend being hosted on the same Sitecore instance?