SMF 论坛立即失去会话,在所有浏览器中都会发生
这是一个非常奇怪的问题,不是直接“编程”的问题,但我希望这是一个可以提问的地方。
基本上,我在我运行的论坛上有一个用户,他们基本上登录并立即仅显示公共论坛。论坛正在更新该用户的“上次登录”字段,因此身份验证工作正常。真正奇怪的部分也可能表明该问题是,此问题出现在 IE、Firefox 和 Chrome 中。
用户尝试了其他帐户,也发生了同样的问题 - 但当使用同一房子(同一网络)中的另一台计算机时,一切正常。
当它适用于所有浏览器时,我有点困惑是什么可能导致这种情况。
This is a really strange issue and not directly "programming" but I'm hoping this is an okay place to ask.
Basically I have a user on the forums I run where they basically log in and are immediately being shown the public forums only. The forums are updating the "last login" field for this user so authentication is working fine. The really strange part that might also indicate the problem is that this issue occurs in IE, Firefox, and Chrome.
The user has tried other accounts and the same problem happens -- but when using another computer in the same house (same network), everything worked fine.
I'm sorta' stumped on what could cause this when it applies across all browsers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
他们的计算机不接受 cookie。 SMF 将其会话数据保存在 cookie 中。它将使用数据库来跟踪谁在线,因此他们可能会出现在列表中,但如果没有 cookie,会话就会结束
Their computer isn't accepting cookies. SMF holds it's session data in the cookie. It will use the db to keep track of who's online, so they might appear on the list but without the cookie the session is over