Spring Session 2.0.2 发布,Spring Session 致力于提供一个公共基础设施会话,主要功能如下:
从任意的环境中访问一个会话 (i.e. web, messaging infrastructure, etc)
WEB 环境下
以开发商中立的方式支持集群
可插拔策略可以确定 session id
WebSocket 活跃的时候可以简单的保持 HttpSession
新版本更新亮点如下:
Initialize SessionRepository lazy to avoid circular dependcies
Introduce IndexResolver
implemented crawler manager similar to tomcat crawler valve
Allow for configuration of session id generation and format.
下载地址: