我设置了子域 static.map.ninux.org 来为域 map.ninux.org 加载静态文件。目标是拥有一个无 cookie 的域。
我查了一下,发现 map.niux.org 上的谷歌分析创建了带有“.map.ninux.org”域的 cookie,出于某种原因,该 cookie 对 static.map.niux.org 也有效。
我该如何解决这个问题?
PS:这段代码正确吗?
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26436344-1']);
_gaq.push(['_trackPageview']);
_gaq.push(['_setDomainName', 'map.ninux.org']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
有了这个我仍然得到主机“.map.niux.org”的cookies