Facebook 如何为用户分配会话密钥?
如果用户登录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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
会话密钥分配给每个 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.