I'm currently working on a project where I need to externalize the HTTP Session to Redis or something elseThe reason why I need this is, we need to scale up the JSF application with multiple instances. currently, it's in a single instance.
Even tried the below example but it's not exactly matching with our requirements.https://auth0.com/blog/horizontal-scaling-jsf-applications-with-spring-session/