Magento 1.9管理员登录无法在Chrome中运行但在Firefox中运行?
答案 0 :(得分:4)
转到此目录 /app/code/core/Mage/Core/Model/Session/Abstract/Varien.php文件并注释掉该行从95到101工作正常。
// session cookie params
/* $cookieParams = array(
'lifetime' => $cookie->getLifetime(),
'path' => $cookie->getPath(),
'domain' => $cookie->getConfigDomain(),
'secure' => $cookie->isSecure(),
'httponly' => $cookie->getHttponly()
);
*/