1 Reply Latest reply on Jul 10, 2003 7:16 AM by mayobria

    getSession(true) and isNew

    mayobria

      I am running JBoss.3.2.1_tomcat-4.1.24 and running tests on getSession(true) and isNew. I can never get isNew to return false. That is to say, I start up the web app server and connect for the first time. The servlet hits the getSession(true) and I immediately issue a print statement outputting the result of isNew() and I always get a false.
      Why?