0 Replies Latest reply on Oct 4, 2010 3:30 PM by jkumar8294

    Jboss Catalina creates new session with old session ID

    jkumar8294

      Dear folks,

      I  started a new prjoject a week back where we are using Jboss 4.2.3. It is web based application with struts.I just found an interesting issue.  When i login into the application, the container creates a session id[jsessionid] and stores in a cookie.

      When i logout, i invalidate the session. cookie is still there. Now if  i try to login again , container creates new session[ HttpSession ->isnew()] but using the old session id that was stored in cookie. is it a known issue with 4.2 and got  fixed 5.1 [The JBoss Web 2.1.3] ?

       

      very much appreciate your input  to fix this issue.

       

      Thanks

      Jey