Hi guys.
Strange things happening.
config:
'enableAutoLogin' => true
login form:
Yii::$app->user->login($user, 3600*24*30);
Identity cookie is set and expire date is 30 days from now.
Still after session timeout user gets logged out.
What am I missing?