当网站添加到开发服务器中时,Pyrocms 管理页面无法在所有浏览器中工作

发布于 2025-01-04 13:17:55 字数 223 浏览 0 评论 0原文

我已经用pyrocms 创建了一个网站。 我已经看到管理页面在所有浏览器中的本地主机中运行良好。 但是当我在开发服务器中添加站点时,管理页面仅在 Firefox 和 Opera 中工作。它在 IE 和 Chrome 中不起作用。 我使用的是pyrocms 1.3.x 版本。 我已经清除了浏览器缓存以及pyrocms缓存并尝试但不起作用。 我发现是登录后session丢失的问题。

有什么解决方案可以解决这个问题吗?

i have creating a website with pyrocms.
i have seen that the admin page works fine in my localhost in all browsers.
But when i add the site in the development server, the admin page works only in firefox and opera. It did not work in IE and Chrome.
I am using pyrocms 1.3.x version.
i have cleared the browser cache as well as pyrocms cache and try but not working.
I found that it is the problem of session losing after login.

Is there any solution to fix this?

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

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

发布评论

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

评论(1

可可 2025-01-11 13:17:55

我自己解决了这个问题,

我只是编辑 system/cms/config/config.php 中的配置文件

并删除 $config['cookie_domain'] 的值。

即,

$config['cookie_domain'] = "";

希望这可以帮助某人。

i solved this by myself,

i just edit the config file in system/cms/config/config.php

and remove the value of $config['cookie_domain'].

ie,

$config['cookie_domain'] = "";

Hope this may help someone.

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