为什么magento总是退出会话

发布于 2024-10-03 14:31:16 字数 170 浏览 3 评论 0原文

我在管理面板中将会话时间增加到 1 小时,但它仍然将我从授权页面中丢弃的大部分项目(在管理端/客户端)并将我重定向到登录页面。我面临的问题是什么?我正在使用 Enterprise edtion 1.9,我应该在管理端指定什么吗?

注意:

会话存储正在使用文件,我在我的服务器中看不到该目录的问题

I increased my session timing to 1 hour in admin panel, but still most of items it throws me away (both in admin side/client side) from the authorised pages and redirects me to login page. What is the problem that am facing? I am using Enterprise edtion 1.9 and is there anything should i specify in the admin side.

Note:

Session storage is using file and i could see no prob with that directory in my server

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

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

发布评论

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

评论(2

两个我 2024-10-10 14:31:16

检查服务器上的日期、时间和时区。确保客户端计算机上的时区正确。

当时间“看起来正确”但实际上应用于错误的时区时,很容易遇到此类问题,从而导致错误的偏移转换......又名“我刚刚设置的会话 cookie 已经过期”。

Check the date, time, and time zone on the server. Make sure the time zone on your client computer is correct.

It is easy to encounter such problems when the time "looks right" but is actually applied against the wrong time zone, resulting in bad offset conversions ... aka "that session cookie I just set is already expired".

世态炎凉 2024-10-10 14:31:16

检查 gc.session-maxlifetime 的 php 设置。通常也需要增加。

Check your php settings for gc.session-maxlifetime. That usually needs to be increased also.

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