slides to accompany the presentation I gave as a webinar in February 2015 on using Spring Session. Spring Session acts as a sort of proxy and adapter on top of the HTTP Servlet Session API. It forwards interactions to a backing store (like Redis) and adds extra features like:
 - user switching (Google Accounts)
 - configurable correlation between server state and client (headers, cookies, or whatever you want)
 - intelligently perpetuates the HTTP session if as websocket traffic continues