-
Notifications
You must be signed in to change notification settings - Fork 16
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
Persistent settings #104
Comments
your default sort setting is saved in a cookie. auto load more and endless scrolling are saved in browser local storage. |
Shouldn't these be stored in instance server, linked to user? |
related #79 |
Just to add to this issue, it appears that the cookie is hard-coded to expire after 30 days (routes.go, line 794) rather than basing it on something like when the user last visited and/or as part of a device/login flush event. Assuming I've understood it correctly: hard-coded cookie expiration coupled with client-side storage of settings means users need to reconfigure those settings every 30 days, which is an odd design choice. Not breaking, but it is confusing and frustrating. |
in version 0.0.49, cookies now refresh every month and will only expire if you don't visit the site for over 10 months. |
Thanks. It would be great if it could be stored in server side. When I log in old Reddit, Lemmy main UI or anything else, I don't need to set up everything again, it's already saved along my data. |
Whenever I need to login to Lemmy, my mlmym settings (default sort, auto load more...) reset to default. Is this an instance issue or mlmym doesn't allow to store settings?
The text was updated successfully, but these errors were encountered: