-
Notifications
You must be signed in to change notification settings - Fork 217
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
Store user login session after updates #585
Milestone
Comments
Better to use redis like db with expired row than postgresql |
Redis-related crash (admin area) to fix: PS. redis @ prod is disabled temporarily.
|
Redis is back. @alisa911, please add serialVersionUID to all other Repositories. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Every time the development team updates the main/production version of osmand.net, users are required to log in again.
This disrupts the user experience and can be quite frustrating. Is there a way to preserve user sessions across updates or, alternatively, reduce the frequency of updates on the main site?
The text was updated successfully, but these errors were encountered: