W3cubDocs

/Dart 2

session property

HttpSession session

The session for the given request.

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

Implementation

HttpSession get session;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-io/HttpRequest/session.html