• Phillip Webb's avatar
    Allow persistent servlet sessions across restarts · 08d1f6da
    Phillip Webb authored
    Update Tomcat, Jetty and Undertow to serialize session data when the
    application is stopped and load it again when the application restarts.
    
    Persistent session are opt-in; either by setting `persistentSession`
    on the ConfigurableEmbeddedServletContainer or by using the property
    `server.session.persistent=true`.
    
    Fixes gh-2490
    08d1f6da
appendix-application-properties.adoc 47.3 KB