Last active
July 13, 2021 06:13
-
-
Save ghillert/acea2b21b2e831116013927919059732 to your computer and use it in GitHub Desktop.
coherence-3.0.0-m2-session-application.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring: | |
session: | |
timeout: 15m | |
... | |
# The optional session management endpoint is suppored as well: | |
management: | |
endpoint: | |
sessions: | |
enabled: true | |
endpoints: | |
web: | |
exposure: | |
include: "*" | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment