2 Replies Latest reply on Apr 23, 2002 12:41 AM by jsents

    Session attributes being lost in JBoss-2.4.5

    jsents

      I having a problem where I do a
      session.setAttribute("SomeAttribute", "SomeValue");
      then after a sendRedirect I loss the session attributes.
      When I debug the code a can drill down to the values on the Session before the sendRedirect but after I get to the new servlet the values are gone.

      I am running the JBoss-2.4.5_Tomcat-4.0.3 build with J2SDK 1.4.0

      Anybody have any ideas on what this might be related too? As a side note the same code ran fine in JBoss-2.4.4_Tomcat-4.0.1 with JDK 1.3.1_02


      Thanks for any help
      Josh