I\'m having troubles logging into Magento\'s admin panel on one of our staging sites (it works 100% on our webdev servers and was working just fine not too long ago on the s
I had the same issue, and it was all with the localhost.
First i changed web/unsecure/base_url
and web/secure/base_url
. These both config values were having localhost and i replaced it by 127.0.0.1
. Still it was not working until i deleted all contents of two folders var/session/
and var/cache/
.
Now it is working fine.