Document that sessions endpoint not available for reactive sessions

Closes gh-10882
This commit is contained in:
Andy Wilkinson 2017-11-12 11:10:05 +00:00
parent c7cac927f7
commit 8d04525eb7

View File

@ -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).