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.... :)
No comments:
Post a Comment