To get started with Spring Session, the best place to start is our Sample Applications.
Table 3.1. Sample Applications that use Spring Boot
Source | Description | Guide |
---|---|---|
Demonstrates how to use Spring Session to replace the | ||
Demonstrates how to use Spring Session to replace the | ||
Demonstrates how to use Spring Session to find sessions by username. | ||
Demonstrates how to use Spring Session with WebSockets. | ||
Demonstrates how to use Spring Session to replace the Spring WebFlux’s | ||
Demonstrates how to use Spring Session to replace the | ||
Demonstrates how to use Spring Session to replace the |
Table 3.2. Sample Applications that use Spring Java-based configuration
Source | Description | Guide |
---|---|---|
Demonstrates how to use Spring Session to replace the | ||
Demonstrates how to use Spring Session to replace the | ||
Demonstrates how to use Spring Session to replace the | ||
Demonstrates how to use Spring Session and customize the cookie. | ||
Demonstrates how to use Spring Session with an existing Spring Security application. | ||
Demonstrates how to use Spring Session in a REST application to support authenticating with a header. |
Table 3.3. Sample Applications that use Spring XML-based configuration
Source | Description | Guide |
---|---|---|
Demonstrates how to use Spring Session to replace the | ||
Demonstrates how to use Spring Session to replace the |
Table 3.4. Miscellaneous sample Applications
Source | Description | Guide |
---|---|---|
Demonstrates how to use Spring Session with Hazelcast in a Java EE application. |