Skip to content

Instantly share code, notes, and snippets.

@ghillert
Last active July 13, 2021 06:13
Show Gist options
  • Save ghillert/acea2b21b2e831116013927919059732 to your computer and use it in GitHub Desktop.
Save ghillert/acea2b21b2e831116013927919059732 to your computer and use it in GitHub Desktop.
coherence-3.0.0-m2-session-application.yaml
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