I have a website on www.example.com and use Google Analytics. I\'ve also set up static.example.com which serves all static content.
The problem is that the default b
The solution is to do pageTracker._setDomainName("www.example.com") and then GA will issue the cookies to ".www.example.com". That way analytics still works fine and the cookies do not leak into the other static subdomain.
pageTracker._setDomainName("www.example.com")