您的位置:首页 > 其它

Magento在IE下登陆不了后台,在Firefox下正常

2012-07-01 11:02 281 查看
目前的解决办法如下:

方法一,用FF登陆后台,在 System—Configuration-Web-Session Cookie management....timeout 改为:86400

方法二:在后台将地址设为与服务器所在的时区一.

方法三:如果仍不能登陆请打开文件 app/code/core/Mage/Core/Model/Session/Abstract/Varien.php

找到代码:
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() );
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐