From 8d04525eb7f47cdb6b3aed921d2af0bf38b4de87 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sun, 12 Nov 2017 11:10:05 +0000 Subject: [PATCH] Document that sessions endpoint not available for reactive sessions Closes gh-10882 --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 6b5a6b43dbb..a7406d5d94d 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -107,7 +107,7 @@ The following technology-agnostic endpoints are available: |`sessions` |Allows retrieval and deletion of user sessions from a Spring Session-backed session - store. + store. Not available when using Spring Session's support for reactive web applications. |`shutdown` |Lets the application be gracefully shutdown (not enabled by default).