Перейдите в файл app / code / core / Mage / Core / Model / Session / Abstract / Varien.php в каталоге magento.
Найдите код:
session_set_cookie_params(
$this->getCookie()->getLifetime(),
$this->getCookie()->getPath(),
$this->getCookie()->getDomain(),
$this->getCookie()->isSecure(),
$this->getCookie()->getHttponly()
);
изамените на
session_set_cookie_params(
$this->getCookie()->getLifetime(),
$this->getCookie()->getPath()
//$this->getCookie()->getDomain(),
//$this->getCookie()->isSecure(),
//$this->getCookie()->getHttponly()
);
После этого сохраните файл.и очистите все файлы кеша из var-> cache и попробуйте войти в админ.
Я думаю, что теперь это будет работать.спасибо