- Type Parameters:
A
- the session data type
- All Superinterfaces:
SessionStore<A,
Session<A>>
- All Known Implementing Classes:
InMemoryBasicSessionStore
,RedisBasicSessionStore
A basic session store that uses opaque session identifiers and stores sessions and their data in a data store on the backend.
- Since:
- 1.13
- Author:
- Jeremy Kuhn
-
Method Summary