Showing posts with label Can't login to Magento admin. Show all posts
Showing posts with label Can't login to Magento admin. Show all posts

Monday, 21 April 2014

Login problem in magento admin


Login problem in magento admin

Go to app/code/core/Mage/Core/Model/Session/Abstract/Varien.php. Comment out the lines 80 to 83.

// set session cookie params
session_set_cookie_params(
$this->getCookie()->getLifetime(),
$this->getCookie()->getPath()//,
//$this->getCookie()->getDomain(),
//$this->getCookie()->isSecure(),
//$this->getCookie()->getHttponly()
);

That's it... Enjoy Chandresh rana's Coding.... :)