diff --git a/docs/src/docs/asciidoc/index.adoc b/docs/src/docs/asciidoc/index.adoc index 83764570..5b37dc5e 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -140,7 +140,7 @@ You can choose from enabling this using either: This section describes how to use Redis to back `HttpSession` using Java based configuration. -NOTE: The <> provides a working sample on how to integrate Spring Session and `HttpSession` using XML configuration. +NOTE: The <> provides a working sample on how to integrate Spring Session and `HttpSession` using Java configuration. You can read the basic steps for integration below, but you are encouraged to follow along with the detailed HttpSession Guide when integrating with your own application. include::guides/httpsession.adoc[tags=config,leveloffset=+3] @@ -890,9 +890,6 @@ To run it use the following: ./gradlew :samples:hazelcast-spring:tomcatRun -[[api-mapsessionrepository-hazelcast]] -==== Using Spring Session and Hazlecast - [[community]] == Spring Session Community