May I know how to have function of automatic logout if users have inactive more than 5 minutes in yii2 ?
Try this configuration :
'user' => [ 'enableAutoLogin' => false, 'authTimeout' => 300, ],
authTimeout