Registry / web-framework / spring-session-core

spring-session-core

JSON →
library4.0.3javamavenunverified

Spring Session provides an API and implementations for managing a user's session information.

<dependency> <groupId>org.springframework.session</groupId> <artifactId>spring-session-core</artifactId> <version>4.0.3</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-SESSION-COR
S
spring-session-core
web-frameworkjavav4.0.3
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

Demonstrates basic usage of Spring Session's Session interface.

import org.springframework.session.Session; public class Example { public void useSession(Session session) { session.setAttribute("key", "value"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
spring-session-core — mvn dependency:get spring-session-core · libregistry