Facebook 如何为用户分配会话密钥?

发布于 2024-10-08 21:43:53 字数 110 浏览 2 评论 0原文

如果用户登录PC A,登录PC B,同时登录手机C,是否应该有三个不同的会话密钥来维持三个连接?或者这三个设备有相同的会话密钥............一旦用户更改密码,只需清除所有会话,然后让他们重新登录?

If the user is login on PC A, and login PC B, also login in Mobile C, should there have three different session key to maintain three connections?? or there is same session key for these three device.... ... Once the user change the password, just clear all the session, and make them login again?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

つ低調成傷 2024-10-15 21:43:53

会话密钥分配给每个 PC/移动设备。所以在你的场景中,有 3 个会话密钥。如果用户更改密码,最好清除会话并重新登录。

Session keys are assigned to each pc / mobile device. So in your scenario, there are 3 session keys. If the user changes the password, it would be a good idea to clear the sessions and re-login.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文