Field HttpServerRequest.session
The current Session object.
This field is set if HttpServerResponse.startSession
() has been called on a previous response and if the client has sent back the matching cookie.
Declaration
class HttpServerRequest { // ... Session session; // ... }
Remarks
Requires the HttpServerOption.ParseCookies
option.
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.