Spring Session 1.3.2 已发布,Spring Session 致力于提供一个公共基础设施会话,主要功能如下:
从任意的环境中访问一个会话 (i.e. web, messaging infrastructure, etc)
WEB 环境下
以开发商中立的方式支持集群
可插拔策略可以确定 session id
WebSocket 活跃的时候可以简单的保持 HttpSession
新版本更新亮点如下:
#951
- SessionRepositoryFilter#changeSessionId
does not copy the previous maxInactiveInterval
into the new session
#983
- Optimize HazelcastSessionRepository
write operations
#984 - Improve session event handling
更多内容可查阅发行说明