duanjian4150 2017-04-04 08:37
浏览 37
已采纳

Yii2设置自定义会话

I want to add costum session and session values query from user table (database)

where I put Yii::$app->session->set('blabla','1234')?

If I put in login controller and user is set auto login (not access login), the session can't set

  • 写回答

1条回答 默认 最新

  • dongma6326 2017-04-04 09:42
    关注

    In your app\components\User component you could just hook to the afterLogin event

    example:

    namespace \app\components;
    
    Class User extends \yii\web\User{
       public function afterLogin($identity, $cookieBased, $duration){
          parent::afterLogin($identity, $cookieBased, $duration);
          Yii::$app->session->set('blabla','1234')
       }
    }
    

    ref http://www.yiiframework.com/doc-2.0/yii-web-user.html#afterLogin()-detail

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 加氢站氢负荷数据集来源
  • ¥15 umi接入sentry遇到问题
  • ¥15 HBuilderX打包H5网页,扫码模块无法使用
  • ¥15 Javascript跳转页面后,无法执行后面代码,如何解决?
  • ¥15 echarts绘制图表
  • ¥15 请教两个关于高德地图定位不准的技术问题
  • ¥15 根据企业名称 对照两个文件 样本筛选/匹配
  • ¥15 Linux环境下CA证书更新问题
  • ¥15 sqlserver语句提取结果以外数据
  • ¥60 微信小程序如何上传QQ聊天文件