session property
HttpSession
get
session
Provides access to the session associated with the request.
Implementation
HttpSession get session => _rq.session;
Provides access to the session associated with the request.
HttpSession get session => _rq.session;