0 Replies Latest reply on Mar 5, 2012 8:43 AM by atul.bansal

    Sharing session between WAR modules

    atul.bansal

      I'm facing a situation where I need to forwards requests from JSP deployed in one web-module to a resource deployed on a different web-module on JBoss 7.1 final. When doing this the HTTPSession is bascially lost.

       

      A bug for this has been logged eons ago as well https://issues.jboss.org/browse/JBAS-2861?_sscc=t

       

      I'm aware that Servlet 2.3 API specfications actually mandate that session should only work within same context, but other App servers (Weblogis, Websphere etc) do have a solution for this problem.

       

      Is anyone aware how to go about this on JBoss 7?

       

      Thanks for all the help!