-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login remember token not working #22
Comments
Which version of Laravel are you using? |
"laravel/framework": "5.6.*" |
The column name for the remember token is set to |
Dont know what exact cause this.rememberToken is setting on db,also user is logged in for few hours(after browser close) |
I've experienced that myself (with Laravel's vanilla login system, not with this library), that the user session expires within a couple hours. But now I'm confused. First you said the user is logged out "soon after browser is closed", which I understood as "immediately" (because, actually, I read it as "as soon as the browser is closed"). Now you put it in a different way as you said "user is logged in for few hours". So, is the user logged out immediately, or after a couple hours? I probably misunderstood the first sentence. If the session lasts just a couple hours, that's alright because Laravel sets the default session lifetime to 120 minutes. You change that in |
User is not logged in even after remember token set.User is logged out soon after browser is closed
The text was updated successfully, but these errors were encountered: