学员服务
安防工程师培训 安防工程师培训 安防工程师培训 安防工程师培训
您现在的位置:首页 > 编程园地 > PHP编程
电子商务系统(magento)无法正常登录
时间:2010-07-12  来源:本站原创  作者:本站编辑   浏览次数:

最近公司要搞一个电子商务网站,我于是找到了magento,但我安装以后登录就出现了问题,每次登陆都跳回登陆页面,登陆不进后台管理系统。输入错的用户名和密码会出现错误提示。

     很明显示我输入正确是正确的,那么就是只能是他的程序问题了。

后来在magento 找到了解决办法   解决办法是 打开magento的文件夹找到app/code/core/Mage/Core/Model/Session/Abstract and open up varien.php 路径

然后找到代码

// set session cookie params

session_set_cookie_params(

$this->getCookie()->getLifetime(),

$this->getCookie()->getPath() //remove this after putting on server (leave the comma)   ,

$this->getCookie()->getDomain(),

$this->getCookie()->isSecure(),

$this->getCookie()->getHttponly()

);

然后修改成

// set session cookie params

session_set_cookie_params(

$this->getCookie()->getLifetime(),

$this->getCookie()->getPath() //remove this after putting on server (leave the comma)   ,

//$this->getCookie()->getDomain(),

//$this->getCookie()->isSecure(),

//$this->getCookie()->getHttponly()

);

版权归原作者所有,内容仅供参考学习,不得用于商业用途。
会员中心 | 缴费方式 | 在线咨询 | 投诉建议 | 友情链接 | 技术资讯 | 下载中心 | 产品推荐 | 解决方案
北京市朝阳区龙腾畅晓培训学校(北京龙腾畅晓科技有限公司全资举办) 版权所有
电话:010-84804842  邮箱:web@95px.com
地址:北京市朝阳区北苑路40号六号楼二层  邮编:100012
网站备案号:京ICP备17008362号-1

京公网安备 11010502032312号