0 Replies Latest reply on Aug 21, 2013 5:10 PM by srajam

    HttpSession is not stored between 2 request

    srajam

      Hi

       

      I am using Apache 2.2 and Jboss 7 connecting using AJP.  I am calling  getSession method in the main servlet and it creates new session which is correct. I store values in the session. But I am not able to get those values from the session rest of servlets in the application. Each call to getSession returns new session. This code works in Jboss 4.x

       

       

      SR