-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Session timeout #381
Comments
If you're not using 2.0.5, this might fix the issue: 6d6090d |
I updated to the 2.0.5 code and it's still happening. For whatever reason it seems to happen more frequently on mobile devices (primarily Chrome on Android). Any ideas on where to start looking? |
The token is actually stored in a sessions cookies. If your users close the browser, the token is lost and they have to login again. |
Will hopefully be fixed with #444 |
I changed the
signToken
function to this in auth.service:My users are being prompted to login daily, sometimes multiple times per day. Is there anything else I need to configure for session persistence?
The text was updated successfully, but these errors were encountered: