0 Replies Latest reply on Sep 25, 2003 2:30 PM by rickkw

    Sharing HttpSession across web applications

      This is not really a JBoss specific problem, but I'd like to explore a possible JBoss specific solution....

      I have a rather huge application that I want to break up into a number of web applications. I also want to allow additional new web applications to be added dynamically. Because of that, I am not going to put these web apps into a single EAR.

      Since these web applications really form a single application logically, I would like them to share the same HttpSession (servletcontext). Is it possible (without modifying JBoss/Jetty)?

      Thanks,
      --
      Rick