Showing posts with label Magento login failed. Show all posts
Showing posts with label Magento login failed. Show all posts

Wednesday, October 8, 2014

Magento admin login not working

There is the problem with session cookie. So open the /app/code/core/Mage/Core/Model/Session/Abstract/Varien.php file and comment out the line

//'domain'   => $cookie->getConfigDomain(),
//'secure'   => $cookie->isSecure(),
//'httponly' => $cookie->getHttponly()