Sitecore Analytics Redirects a Multisite Solution

I have a multi-node solution with analytics enabled. When a user visits one of the other sites, it seems that the analytics engine redirects the user to another site.

I read here that this can be caused by Analytics.HostNamecontaining the host for the site that is being redirected by the user to. However, this parameter is empty.

Here are the request and response headers:

enter image description here

+4
source share
1 answer

This is due to the setting of "Analytics.HostName" in the Sitecore.Analytics.Tracking.config file. You must leave this blank in a multisite solution.

+6

All Articles