Pyrocms admin page is not work in all browsers whe

2019-04-14 13:22发布

问题:

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?

回答1:

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.



标签: pyrocms