python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
Why is the name of the user is not being shown instead of the Login icon in the menu bar after a successful login?
So I have an issue where I set up the frontend so that when the user logs in, the Login button in the menu bar will change to display the user's name currently logged in with a drop-down list showing ...
Metjuw
Votes: 0
Answers: 1
Session not ending when on a page with a form
Hello fellow programmers, I have ran into an issue I cannot seem to figure out. I have created an answer form in ASP.NET which users can fill in and submit. After this, the user then receives an email...
Travis
Votes: 0
Answers: 1