Skip to content

Add request cache that uses cookie #8034

Closed
@eleftherias

Description

@eleftherias

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.

Metadata

Metadata

Labels

in: webAn issue in web modules (web, webmvc)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions