Interface | Description |
---|---|
SessionStorage |
A marker concurrent map sub interface, to make retrieving the session storage from the service easier.
|
SessionStore |
A store of sessions.
|
Class | Description |
---|---|
CookieBasedSessionsModule |
An extension module that provides a cookie based store for sessions.
|
CookieBasedSessionsModule.Config | |
MapSessionsModule |
An extension module that provides an in memory map store for sessions,
SessionStore . |