You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As additional funcvtionality for #24879 it's convenient to add support for propagating of session id changes to spring context. It's possible through the same HttpSessionEventPublisher used for session creation and destroy events. It's also necessary to add another HttpSessionEvent reflecting new type of event.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. Unfortunately, I'm not sure that I have understood what you are proposing we do in Spring Boot. Spring Security's HttpSessionEventPublisher is already an HttpSessionIdListener and, in response to a sessionIdChanged callback, it will publish a HttpSessionIdChangedEvent. This functionality was added in Spring Security 5.4.
As additional funcvtionality for #24879 it's convenient to add support for propagating of session id changes to spring context. It's possible through the same HttpSessionEventPublisher used for session creation and destroy events. It's also necessary to add another HttpSessionEvent reflecting new type of event.
The text was updated successfully, but these errors were encountered: