1 Reply Latest reply on Jun 5, 2005 10:47 AM by starksm64

    Where is the session instantiated...

      When a jsp gets compiled to a servlet... I noticed...

      Httpsession session = null;

      and

      session = pageContext.getSession();

      But where is the session object instantiated?

      Thanks