Skip to content

Commit

Permalink
remove session from user
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsmith committed Apr 29, 2024
1 parent d0c40a2 commit 870920f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion console/config/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
'user' => [
'class' => 'yii\web\User',
'identityClass' => 'app\models\User',
//'enableAutoLogin' => true,
'enableSession' => false,
'enableAutoLogin' => false,
],
],
'params' => $params,
Expand Down

0 comments on commit 870920f

Please sign in to comment.