您当前的位置: 首页 >  数据库

yii2中怎么把session的数据存储到数据库中呢?

发布时间:2022-02-07 20:20:03 ,浏览量:6

'session' => [ // this is the name of the session cookie used for login on the frontend 'class'=>'yii\web\DbSession', 'sessionTable'=>"{{%session}}", 'name' => 'advanced-frontend', ], 

再某个数据中中创建session表.

数据库结构:

控制器:

插入的数据.

关注
打赏
查看更多评论

暂无认证

  • 6浏览

    0关注

    115983博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文
立即登录/注册

微信扫码登录