Bugfix для Magento (чтобы не забыть)

Nov 15, 2010 13:15

 app/code/core/Mage/Core/Model/Session/Abstract/Varien.php

Line 77

session_set_cookie_params(
$this->getCookie()->getLifetime(),
$this->getCookie()->getPath()
//$this->getCookie()->getDomain(),
//$this->getCookie()->isSecure(),
//$this->getCookie()->getHttponly()
З.Ы. если магента не пускает в админку - можете фиксить этим методом =)

magento, tips

Previous post Next post
Up