Ross ROSS = Recommend OSS · open-source software intelligence for agents

spring-projects/spring-session

Spring Session observed · 2026-08-28

github.com/spring-projects/spring-session · homepage · Java · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
spring-projects/spring-sessionmain99

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