0 Replies Latest reply on Aug 20, 2004 8:36 AM by ltcmelo

    JBoss/Tomcat creating HttpSession automatically

    ltcmelo

      Hi,
      my applicatio (jboss 3.2.3/tomcat 4.1) always creates HttpSession automatically, is this some kind of configuration.

      If in the first jsp of my application

      request.getSession(false);

      NEVER returs null.
      Why this behaviour??? How can i avoid it???