1 Reply Latest reply on Jan 3, 2017 9:39 AM by pferraro

    Session Management between two web applications using ear

    banesh

      Hi,

            I have created one Ear with two web applications for session management .

           I have added jboss-all.xml to ear project.

            Iam adding one param to session from webapplication1 but iam not able to find same param in session in webapplication2.

       

      I have created ear project based on below link.

      Sharing HTTPSession between Web applications in an EAR

       

      Please suggest me to how to work out session management between two web applications using ear.