Registry / web-framework / spring-session

spring-session

JSON →
library1.3.5.RELEASEjavamavenunverified

Spring Session provides a way to manage user session information in a Spring-based application.

<dependency> <groupId>org.springframework.session</groupId> <artifactId>spring-session</artifactId> <version>1.3.5.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-SESSION
S
spring-session
web-frameworkjavav1.3.5.RELEASE
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Session
org.springframework.session.Session

Minimal example showing creation and use of a Spring Session.

import org.springframework.session.Session; import org.springframework.session.MapSession; public class Example { public static void main(String[] args) { Session session = new MapSession(); session.setAttribute("key", "value"); System.out.println(session.getAttribute("key")); } }
Debug
Known issues
breakingSpring Session 1.x is outdated; consider upgrading to 2.x or 3.x for better security and features.
fix
Upgrade to Spring Session 2.x or 3.x (e.g., org.springframework.session:spring-session-core).
affects: 1.x
Upgrade
Version history
1.3.5.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources
spring-session — mvn dependency:get spring-session · libregistry