1 Reply Latest reply on Sep 25, 2002 2:28 PM by jules

    Session Management Problem in JBoss 3.0.2

    dtlseepz

      Hi All,
      I am facing a typical problem(as seen in previous postings) of session management in JBoss3.0.2 with Jetty

      It create a new session for every servlet in my context and the information stored by the previos servlet is totally lost. Any workaround suggested would be highly appreciated.

      thanx.

        • 1. Re: Session Management Problem in JBoss 3.0.2

          When you say 'previous' do you mean you have bounced your server ?

          If you wish to preserve sessions between Jetty instances, then you should look at the CMP distributable session impl - which will write them to a DB for you.

          If this is not the problem, please be more specific.


          Jules