Talks
Events

Introducing Spring Session 2

Vedran Pavić at Spring I/O 2018

GitHub: https://github.com/vpavic/springio18-spring-session-2

Spring Session’s goal is to help you with management of user's session in a consistent and application container neutral way. This includes support for clustered sessions backed by data store of your choice, easy integrations with RESTful APIs, WebSocket session and Spring Security.

While Spring Session 1.x was focused solely around Servlet API, 2.x brings support for reactive programming model by integrating with Spring WebFlux. This session will introduce you with all the new stuff in Spring Session 2 while focusing on practical usage with demos. We will also demonstrate how easy it is to extend Spring Session by providing your own session data store while reusing the existing infrastructure.