1 Reply Latest reply on Feb 11, 2004 5:37 PM by oz59

    Help: HTTPSession and multiple modules.

    rzsouza

      I have multiple modules and need to pass the httpsession from module1 to module2. How can I do it?

      I´m deploying an EAR with multiple JARs and WARs. The problem is that I set some user parameters inside one module (WAR) and when I call another, the session is not the same.

      How can I use the same session after the call to another module?