spring-boot/spring-boot-autoconfigure
Phillip Webb 08d1f6daf5 Allow persistent servlet sessions across restarts
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
2015-07-16 17:29:20 -07:00
..
src Allow persistent servlet sessions across restarts 2015-07-16 17:29:20 -07:00
pom.xml Flesh out and polish Embedded MongoDB auto-configuration contribution 2015-07-16 16:34:18 +01:00