1 year ago
#386557
Ebaa M Alendary
Yii2 - Remember me does not workk
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
yii2
logout
remember-me
0 Answers
Your Answer