Version: 9.4.5.v20170502 |
private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services for sponsored feature development
Non-clustered, in-memory-only is the default style of Session Management.
In previous versions of Jetty this was referred to as "hash" sessions, as they were stored in a HashMap
in memory.
When using the Jetty distribution, if you do not configure any session module, this will be enabled by default.
Specifically, Jetty will hook up:
DefaultSessionIdManager
HouseKeeper
DefaultSessionCache
per contextNullSessionDataStore
per contextIf you wish to change any of the default configuration, enable the session-cache-hash
module.