当网站添加到开发服务器中时,Pyrocms 管理页面无法在所有浏览器中工作
我已经用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己解决了这个问题,
我只是编辑
system/cms/config/config.php
中的配置文件并删除
$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,
Hope this may help someone.