spring-projects/spring-session
Spring Session observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- Longevity 100
Flags: no_readme
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 6
- age_days: 4457
- days_rel: 13
- days_push: 8
- n_releases_24m: 30
Adoption not part of the score
1936 stars · 1149 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Spring Session is a Java library providing an API and implementations for managing user session information in Spring applications. It replaces container-specific HttpSession handling with pluggable backends like Redis, JDBC, Hazelcast, and MongoDB, enabling clustered sessions and RESTful session IDs in headers.
Use cases
- manage http sessions in a redis-backed store
- cluster sessions across multiple tomcat instances
- keep sessions alive over websocket connections
- replace container-specific session handling with a neutral solution
- store webflux websession in a database
- pass session ids in headers for restful apis
When to choose
- you run a Spring or Spring Boot app needing horizontally scalable sessions
- you want sessions persisted in Redis, JDBC, or another datastore instead of app server memory
- you need container-neutral session management across Tomcat, Jetty, etc.
When to avoid
- you build a simple single-instance app where default container sessions suffice
- you use a non-JVM stack
- you rely on stateless JWT-style auth with no server-side sessions
Facets
library · maturity stable
middleware caching web-framework websocket backend web-development microservices security jvm session-management http-session redis jdbc clustered-sessions spring-ecosystem spring server-side
5 sources
- homepage: https://spring.io/projects/spring-session · fetched 2026-08-29 · 0c55b44a83a6
- site_page: https://spring.io/quickstart · fetched 2026-08-29 · fc64dd950363
- site_page: https://spring.io/projects/spring-restdocs · fetched 2026-08-29 · 1e2a101b77d3
- site_page: https://enterprise.spring.io · fetched 2026-08-29 · 85ac7d6d5114
- site_page: https://enterprise.spring.io/lts-releases · fetched 2026-08-29 · 3251cc8760b6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| spring-projects/spring-session | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="spring-projects/spring-session")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem