session property
HttpSession
get
session
Gets the HTTPSession associated with this request
Implementation
HttpSession get session => request.session;
Gets the HTTPSession associated with this request
HttpSession get session => request.session;