[jboss-jira] [JBoss JIRA] (WFLY-1891) HTTPSession sharing between wars delivered in an EAR

Stuart Douglas (JIRA) jira-events at lists.jboss.org
Fri Aug 23 09:33:26 EDT 2013


    [ https://issues.jboss.org/browse/WFLY-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798863#comment-12798863 ] 

Stuart Douglas commented on WFLY-1891:
--------------------------------------

So I think this is how it should work:

In the undertow subsystem we define some config for global session managers. These session manager could be either the in-memory session manager, or a clustered one. 

Then in web.xml we add a global-session-manager element, that can be used to reference this session manager. We would also change the default session cookie path to '/', so the cookie is sent to all applications. 
                
> HTTPSession sharing between wars delivered in an EAR
> ----------------------------------------------------
>
>                 Key: WFLY-1891
>                 URL: https://issues.jboss.org/browse/WFLY-1891
>             Project: WildFly
>          Issue Type: Feature Request
>          Components: Web (Undertow)
>            Reporter: John Doyle
>            Assignee: Stuart Douglas
>
> WAS and WL have this feature, and its been requested for several earlier versions of AS.  Having this capability will ease the migration of users from WAS and WL to WildFly.

--
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