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.
我正在为移动网络设计一个 jsp 网页。我需要唯一标识用户设备(例如:IMEI 或任何其他唯一 ID),以便我可以在他们再次登录时识别它们。请帮助我。
为什么不设置cookie?
您可以生成一个唯一的 id 并生成一个 cookie 并将该值存储在一个表中。您可以将生成限制为移动设备。
但是,在移动级别进行识别的原因是什么?
如果它是一个网络应用程序,你的赌注是在服务器上生成一个唯一的 id,并将其存储在客户端浏览器的 cookie 中。