Skip to content

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