coherence-spring
coherence-spring copied to clipboard
SessionCreatedEvent not fired correctly
When using the org.springframework.session.web.http.SessionEventHttpSessionListenerAdapter
in combination with a HttpSessionListener
, the SessionCreatedEvent
is not captured. The SessionDestroyedEvent
works fine.
- Add relevant test
- Add documentation on how to configure a SessionEventHttpSessionListenerAdapter and how to use
HttpSessionListener
.