python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
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...
Ebaa M Alendary
Votes: 0
Answers: 0
java.lang.IllegalStateException: UserDetailsService is required
I been learning about spring boot lately, pretty much newbie. I go though some tutorial and been working for Spring Security for my project spring boot.
And i watching this tutorial using remember-me ...
Và Thi Thi
Votes: 0
Answers: 1
JS Remember me checkbox - info not being recalled
I have the following code as below. The issue is that when I have it in the on the html page the code works fine and when I reload the page the values are prefilled in the input field.
But when I mov...
tim
Votes: 0
Answers: 1
Remember me functionality with react js
I am developing a login page using react js, I want to add a remember me checkbox, I'm trying to set the value of the checkbox in localStorage, and in my AppContent file, I implement my condition if t...

Imen
Votes: 0
Answers: 0