Session 
         
          A stateful sequence of HTTP request/response interactions between a web user agent (for example, browser) and a BIS Request Handler.
            The session identification is preserved in the user agent by means of a session cookie provided in the response to the first
            request of the session. All subsequent requests containing that cookie are assumed to be for the designated session.