1 Reply Latest reply on Apr 28, 2002 11:27 PM by duder

    JBoss 3.0 RC1 + Tomcat 4.0.3

    h2o_polo

      I have an app that works on Tomcat 4.0.3 as standalone.
      Now I downloaded JBoss + Tomcat bundle and I deploy the same application, and there seems to be a problem with the Tomcat's session.

      Session seem to disappear from one request to another. I have a login page (my custom made) and on the successful login I store a bunch of data in the session. The problem is that a request that follows seems to forget the values that were stored on the login.

      Any ideas?

      Thanks.