WordPress 和 vanilla 会话永远不会超时?

发布于 2024-11-24 03:45:05 字数 132 浏览 1 评论 0原文

我在同一台服务器上部署了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 技术交流群。

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

发布评论

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

评论(1

假装不在乎 2024-12-01 03:45:06

这取决于您所说的长时间的含义...如果经过的时间高于配置的 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.

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