-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Home
Eleftheria Stein-Kousathana edited this page Dec 22, 2021
·
2 revisions
Spring Session provides an API and implementations for managing a user’s session information, while also making it trivial to support clustered sessions without being tied to an application container specific solution.
This Spring Session repository consists of the modules for spring-session-core
, spring-session-data-redis
, spring-session-data-mongodb
, spring-session-jdbc
and spring-session-hazelcast
.
Additional Spring Session modules can be found in the spring-session-data-geode
repository.