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?
i solved this by myself,
i just edit the config file in
system/cms/config/config.phpand remove the value of
$config['cookie_domain'].ie,
Hope this may help someone.