Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在阅读 howstuffworks,这就是那里写的内容: http ://computer.howstuffworks.com/cookie3.htm “事实证明,由于代理服务器、缓存、集中器等,网站准确的唯一方法计数访问者是为每个访问者设置一个具有唯一 ID 的 cookie。”
不能从中得出为什么只有 cookie 是方式?
三十个用户可能来自同一个 IP 地址(想想 ISP 块或公司网络内部)。
30 个不同的用户可能会从各种缓存中检索内容,而不是发出独特的请求,将其一直发送到应用服务器(本地缓存、ISP 缓存等)
如果不跟踪单个会话,流量可能会被错误估计或误解。