proxy代理   soft软件   IT 业界特快   norton 诺顿病毒库   代理列表   search FTP搜索   whois IP地理位置   blog 追求完美  
money理财   life生活   RSS聚合门户   firefox WEB浏览器   免费域名   typeset 假古文   AntiVirus 反病毒   ipcn 站点导航  

« 写了一段 perl 处理 ip range 的代码 | Main | 清华大学免费地址列表更新 (20060908) »

September 7, 2006

关于嵌套 js 代码方式收集网站访问信息的一个 cookie 隐私问题

版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。
https://windtear.net/archives/2006/09/07/001078.html
http://windtear.net/archives/2006/09/07/001078.html

关于嵌套 js 代码方式收集网站访问信息的一个 cookie 隐私问题

比如:
<script type="text/javascript" src="http://pv.ipcn.org/ipcn.js">
首先:跨域嵌套没问题 (看js设置cookie等代码怎么写)

此时 如果js所在域之前有cookie设置的话
在浏览器下面会有一个阻拦提示
这个不会影响数据的收集
只是会看着不爽

原因是嵌套js的页面为非js所在的域
此时获取js的HTTP请求想要读取cookie带上Cookie头会遇到麻烦

浏览器隐私选项默认是中
如果设为高的话 会设不上cookie
设为中高以下都没问题

Google Analytics 和 Nielsen 的做法应该是所在域不设 Cookie
所以没有烦人的提示

相关文章:
JavaScript 在网站访问(PV)跟踪分析中的作用与主要实现
http://windtear.net/archives/2006/08/16/001056.html
本blog WWW

Posted by windtear at September 7, 2006 9:09 PM

本站使用中的任何问题,请与 windtear @ windtear.net 联系
Copyright© 1999-2024 Windtear. All rights reserved.