[jboss-jira] [JBoss JIRA] (WFLY-1898) Ability to store HttpSession in a external store
Stuart Douglas (JIRA)
jira-events at lists.jboss.org
Wed Aug 21 00:41:26 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas resolved WFLY-1898.
----------------------------------
Resolution: Rejected
After a bit more thought I realised that it is already possible to do this. If you implement io.undertow.servlet.ServletExtension and add a META-INF/services entry for your implementation this will allow you to modify a Servlet deployment before it is deployed. One of the things it allows you to do is swap out the SessionManager implementation (io.undertow.server.session.SessionManager), which will allow you to add your Redis implementation.
As this is not a common task I don't think it is worth adding a config option for this.
> Ability to store HttpSession in a external store
> ------------------------------------------------
>
> Key: WFLY-1898
> URL: https://issues.jboss.org/browse/WFLY-1898
> Project: WildFly
> Issue Type: Feature Request
> Components: Web (Undertow)
> Reporter: Adrian Mitev
> Assignee: Stuart Douglas
>
> I would like to keep the http session in an external store like Redis. There is a post how to configure that with older JBoss AS versions - https://community.jboss.org/wiki/HAWebSessionsViaDatabasePersistence
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list