Search code examples
yii2yii2-advanced-app

Automatic Logout after 5 minutes of inactive in yii2


May I know how to have function of automatic logout if users have inactive more than 5 minutes in yii2 ?


Solution

  • Try this configuration :

    'user' => [
            'enableAutoLogin' => false,
            'authTimeout' => 300,
        ],
    

    authTimeout