1 Reply Latest reply on May 22, 2013 8:19 AM by nickarls

    Shared session between multiple war files

    mic_facu

      Hi all,

      My application is composed of several war files which causes each module to create a new session.

      All of the modules are under the same domain. I need to set the session time out , but since each module creates a new session, each of the modules is timed-out in different time.

       

      I'm using JBOSS AS 7.1.1 final. Is there any way to have one session to all modules?