Yii2 - Remember me does not workk

96 Views Asked by At

I turned on the Remember me field and set the duration to one month

Yii::$app->user->login($this->getUserById($userId), $rememberMe == true ? 2629746 : 0);

but that doesn't work. The website logs out after an hour of inactivity

0

There are 0 best solutions below