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.
当您在新设备上登录 Facebook 时,他们会提示您为设备命名。他们如何检测新设备?他们只是user agents为每个帐户存储,还是有更好的方法来做到这一点?我想在我的php应用程序中实现这个功能。
user agents
php
谢谢。
这很普通: 第一次遇到它时,在浏览器的 cookie 中存储一个唯一的 id。没有 cookie == 新浏览器。