WordPress 和 vanilla 会话永远不会超时?
我在同一台服务器上部署了wordpress、vanilla 和mediawiki,过了很长一段时间,mediawiki 超时了,但wordpress 和vanilla 仍然打开。为什么? wordpress 和 vanilla 是设计成永不超时的吗?
I deploy wordpress, vanilla and mediawiki in same server, after a long time, mediawiki has timeout but wordpress and vanilla is still on. Why? is that the wordpress and vanilla designed to never timeout?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您所说的长时间的含义...如果经过的时间高于配置的 cookie过期时间,这是故意的。
如果没有,您可能会遇到会话处理问题。通常,这是配置错误的 memcached。如果您启用了 memcached 并且您不能 100% 确定配置正确,请在 LocalSettings.php 中禁用它。
It depends on what you mean by long time... If the elapsed time is higher than the configured cookie expiration time, that's intentional.
If not, you might have an issue with session handling. Often, it's a misconfigured memcached. Disable memcached in your LocalSettings.php if you enabled it and you're not 100 % sure you configured it correctly.