Summary
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.
Summary
Currently we have the ability to store a user's initial request using
HttpSessionRequestCache. This causes theHttpSessionto be read on every request.We should provide an alternative that stores the initial request in a cookie instead of in the
HttpSession.