Class | Description |
---|---|
FixedDurationExpirationSessionRepository<S extends org.springframework.session.Session> |
The
FixedDurationExpirationSessionRepository class is a SessionRepository implementation wrapping
an existing SessionRepository , data store specific, implementation in order to implement
a fixed Duration expiration policy on the Session . |