You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the user preferences which can be considered "browser state" (they should be stored on a per-browser basis instead of per-user) are stored in a cookie in getPreferences().
Describe the solution you'd like
Since cookies are sent to the server on every request, I think it would be better suited for LocalStorage.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the user preferences which can be considered "browser state" (they should be stored on a per-browser basis instead of per-user) are stored in a cookie in
getPreferences()
.Describe the solution you'd like
Since cookies are sent to the server on every request, I think it would be better suited for LocalStorage.
The text was updated successfully, but these errors were encountered: