Skip to content

Magento: Backend Login issue on Chrome Browser

Go to app/code/core/Mage/Core/Model/Session/Abstract/Varien.php file within your magento directory.

$cookieParams = array(
‘lifetime’ => $cookie->getLifetime(),
‘path’ => $cookie->getPath(),
/* comment this line
‘domain’ => $cookie->getConfigDomain(),
‘secure’ => $cookie->isSecure(),
‘httponly’ => $cookie->getHttponly()

*/ );

Share

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *