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
Currently we have the ability to store a user's initial request using HttpSessionRequestCache. This causes the HttpSession to be read on every request.
We should provide an alternative that stores the initial request in a cookie instead of in the HttpSession.
The text was updated successfully, but these errors were encountered:
Summary
Currently we have the ability to store a user's initial request using
HttpSessionRequestCache
. This causes theHttpSession
to be read on every request.We should provide an alternative that stores the initial request in a cookie instead of in the
HttpSession
.The text was updated successfully, but these errors were encountered: