How to share the session in multiple WAR in EAR file in JBOSS-7.3.6
How to share the session in multiple WAR in EAR file in JBOSS-7.3.6 ?
JBoss 7.2 version we have following entry in jboss-all.xml
10 0 JSESSIONID domainName /cookiePath cookie comment true true -1 COOKIE web SESSION
But now I'm putting the same xml.. or below could not work and getting the following exception
10
at org.wildfly.clustering.web.undertow.session.DistributableSession.validate(DistributableSession.java:265) at org.wildfly.clustering.web.undertow.session.DistributableSession.validate(DistributableSession.java:257) at
Responses