Package | Description |
---|---|
sunlabs.brazil.session |
Modifier and Type | Class and Description |
---|---|
class |
CacheManager
This
SessionManager associates an object with a Session ID
to give Handlers the ability to maintain state that lasts for the
duration of a session instead of just for the duration of a request. |
class |
PJamaSessionManager
Use pJama to implement persistant sessions.
|
class |
PropertiesCacheManager
A version of the CacheManager that saves out any session state
that is either a "java properties" object, or implements "Saveable"
into a directory in the filesystem,
one file per entry, then
restores them on server startup.
|
Modifier and Type | Method and Description |
---|---|
static void |
SessionManager.setSessionManager(SessionManager mgr)
Installs the given
SessionManager object as the
default session manager to be invoked when getSession
is called. |