diff --git a/spring-geode-docs/src/docs/asciidoc/samples.adoc b/spring-geode-docs/src/docs/asciidoc/samples.adoc index 9c86f92d..731c8d45 100644 --- a/spring-geode-docs/src/docs/asciidoc/samples.adoc +++ b/spring-geode-docs/src/docs/asciidoc/samples.adoc @@ -8,7 +8,7 @@ Some examples focus on specific Use Cases (e.g. [(HTTP) Session state] caching) SBDG works under-the-hood to give users a better understanding of what is actually happening and how to debug problems with their Apache Geode / Pivotal GemFire, Spring Boot applications. -.Example Apache Geode Applications using Spring Boot +.Example Spring Boot applications using Apache Geode |=== | Guide | Description | Source @@ -35,4 +35,8 @@ This sample builds on the *_Look-Aside Caching_* sample above and is the 3rd and on _caching patterns_. | {github-samples-url}/caching/near[Near Caching] +| link:guides/caching-http-session.html[HTTP Session Caching with Spring Session and Apache Geode] +| Explains how to enable and use Spring Session with Apache Geode to manage HTTP Session state. +| {github-samples-url}/caching/http-session[HTTP Session Caching] + |===