0 Replies Latest reply on Oct 13, 2004 5:12 PM by thoste

    "HttpSession" object for JavaServerPage automatically create

    thoste

      I read in an article that it depends on the individual application server if it
      creates automatically/implicitely the session object needed for a JavaServerPage.

      If the application server does not provide such a service the programmer has to code explicitely a statement like

      HttpSession session = request.getSession(true);

      So regarding JBoss is there an automatic creation?

      Maybe some forum members could tell me something about the behaviour of other
      application servers (WebSphere, BeaWeblogic,..) as well.