This content has been marked as final.
Show 1 reply
-
1. Re: Sharing JSESSIONID across two Web applications(war) in Single EAR in a Jboss 6.4 instance.
andey Jul 11, 2017 8:03 AM (in response to ravikr)Sharing sessions between web applications would violate the JavaEE Servlet specification:
see:
7.3 Session Scope
HttpSession objects must be scoped at the application (or servlet context) level.
JBoss EAP 7.x:
JBoss EAP 6.x:
Not possible.