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
There are a number of reasons you may want to not store the user's unauthenticated request in the session.
272
+
You may want to offload that storage onto the user's browser or store it in a database.
273
+
Or you may want to shut off this feature since you always want to redirect the user to the home page instead of the page they tried to visit before login.
274
+
275
+
To do that, you can use {security-api-url}org/springframework/security/web/savedrequest/NullRequestCache.html[the `NullRequestCache` implementation].
0 commit comments