authTimeout in Yii2

后端 未结 6 819
余生分开走
余生分开走 2021-01-12 17:22

I am trying to log out user automatically in yii2 after he is idle for a fixed seconds . In web.php I added

\'user\' => [
             


        
6条回答
  •  北恋
    北恋 (楼主)
    2021-01-12 18:03

    if you want log out user after X time. You should check with ajax each second. If expired redirect to log out

提交回复
热议问题