session property

HttpSession get session

Returns the HttpSession for this Context.

Implementation

HttpSession get session =>
    (get(SPRY_HTTP_ORIGIN_REQUEST) as HttpRequest).session;