session property

  1. @override
HttpSession session
override

The session for the given request.

If the session is being initialized by this call, HttpSession.isNew is true for the returned session. See HttpServer.sessionTimeout on how to change default timeout.

Implementation

@override
io.HttpSession get session =>
    throw UnsupportedError('Sessions are not supported by Node HTTP server.');