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.
我目前正在研究如何判断我们的网站以前是否见过“设备”。
我知道如何在 Rails 中设置普通 cookie,这适用于浏览器。
但我想知道是否可以使用LSO或任何其他允许我跨浏览器检测特定“设备”的机制?
谢谢!
我不建议您使用 flash cookie,因为您正在识别设备,它不适用于移动设备(甚至是 android 不推荐使用的 flash)。
您可以尝试这种方法来识别用户,但仍要注意浏览器中的“请勿跟踪我”选项。
您拥有的另一个特别适用于移动浏览器的选项是使用的专有 HTTP 标头。查看这篇文章,它列出了一些有用的,特别是“x-wsb-identity”。