轻源码

  • QingYuanMa.com
  • 全球最大的互联网技术和资源下载平台
搜索
一起源码网 门户 ECShop网店 查看主题

ECSHOP购物车关闭浏览器同时保存购物车商品

发布者: msdn4783 | 发布时间: 2018-6-19 13:42| 查看数: 5310| 评论数: 1|帖子模式

init.php
修改
if (!defined('INIT_NO_USERS'))

{

   

    include(ROOT_PATH . 'includes/cls_session.php');

    $sess = new cls_session($db, $ecs->table('sessions'), $ecs->table('sessions_data'));

    define('SESS_ID', $sess->get_session_id());

}

if (!defined('INIT_NO_USERS'))

{

   

    include(ROOT_PATH . 'includes/cls_session.php');

    $sess = new cls_session($db, $ecs->table('sessions'), $ecs->table('sessions_data'));

    //define('SESS_ID', $sess->get_session_id());

}
在最下面加
if($_COOKIE['randnumber']==""){
       setcookie("randnumber",rand(0,1000),time()+86400);
    }
define('SESS_ID', md5($_COOKIE['randnumber'].real_ip()));

最新评论

ゅ≈飛揚≈ゅ 发表于 2022-6-28 07:13
给大家分享个永久免费的云服务器

轻源码让程序更轻更快

QingYuanMa.com

工作时间 周一至周六 8:00-17:30

侵权处理

客服QQ点击咨询

关注抖音号

定期抽VIP

Copyright © 2016-2021 https://www.171739.xyz/ 滇ICP备13200218号

快速回复 返回顶部 返回列表