Skip to content

Commit 0864140

Browse files
committed
Clean up introduction
1 parent 7babddf commit 0864140

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

spring-session-docs/modules/ROOT/nav.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
* xref:introduction.adoc[Introduction]
21
* xref:whats-new.adoc[What's New]
32
* xref:samples.adoc[Samples & Guides (Start Here)]
43
* xref:modules.adoc[Modules]

spring-session-docs/modules/ROOT/pages/index.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Rob Winch; Vedran Pavić; Jay Bryant; Eleftheria Stein-Kousathana
88
[[abstract]]
99
Spring Session provides an API and implementations for managing a user's session information.
1010

11+
[[introduction]]
12+
Spring Session provides an API and implementations for managing a user's session information while also making it trivial to support clustered sessions without being tied to an application container-specific solution.
13+
It also provides transparent integration with:
14+
15+
* xref:http-session.adoc#httpsession[HttpSession]: Allows replacing the `HttpSession` in an application container-neutral way, with support for providing session IDs in headers to work with RESTful APIs.
16+
* xref:web-socket.adoc#websocket[WebSocket]: Provides the ability to keep the `HttpSession` alive when receiving WebSocket messages
17+
* xref:web-session.adoc#websession[WebSession]: Allows replacing the Spring WebFlux's `WebSession` in an application container-neutral way.
18+
19+
1120
[[community]]
1221
== Spring Session Community
1322

spring-session-docs/modules/ROOT/pages/introduction.adoc

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)