HTTP Session object is not working in AEM Dispatcher.
Hello,
We have an implementation where we want to preserve the session at the back end using an HTTP session object.
Example: we have 3 pages, we need to preserve the options selected on each page and display that option chosen on the results page.
Note: We don't have the login functionality. Every user is an anonymous user.
This implementation works fine in both the author and publisher but not the dispatcher. I know that the use of an HTTP session is not recommended in AEM but we have to use it to accomplish our use case.
Any thoughts here, on why the HTTP Session object is not working in the dispatcher?