Spring Session 1.3.2 已发布,Spring Session 致力于提供一个公共基础设施会话,主要功能如下:
从任意的环境中访问一个会话 (i.e. web, messaging infrastructure, etc)
WEB 环境下
以开发商中立的方式支持集群
可插拔策略可以确定 session id
WebSocket 活跃的时候可以简单的保持 HttpSession
新版本更新亮点如下:
SessionRepositoryFilter#changeSessionId does not copy the previous maxInactiveInterval into the new session
Optimize HazelcastSessionRepository write operations
Improve session event handling
软件详情:https://spring.io/blog/2018/02/12/spring-session-1-3-2-released
来自:开源中国社区