Skip to content

Use local storage rather than a cookie #3653

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

Merged
merged 1 commit into from
Apr 17, 2020
Merged

Use local storage rather than a cookie #3653

merged 1 commit into from
Apr 17, 2020

Conversation

Buzzardo
Copy link

I learnt that local storage is the preferred way to save a user's preferences. A cookie is sent to the server on every request, which makes for needless traffic. I "borrowed" the idea from the Spring Framework docs.

I learnt that local storage is the preferred way to save a user's preferences. A cookie is sent to the server on every request, which makes for needless traffic. I "borrowed" the idea from the Spring Framework docs.
@fmbenhassine fmbenhassine added the status: waiting-for-triage Issues that we did not analyse yet label Mar 2, 2020
@fmbenhassine fmbenhassine added this to the 4.3.0 milestone Apr 16, 2020
@fmbenhassine fmbenhassine merged commit e5cafe4 into spring-projects:master Apr 17, 2020
@fmbenhassine
Copy link
Contributor

LGTM. rebased and merged. Thanks!

@fmbenhassine fmbenhassine mentioned this pull request Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants