发布于 2016-07-01 03:32:02 | 101 次阅读 | 评论: 0 | 来源: 网友投递
Spring Session 公共基础设施会话
Spring Session 致力于提供一个公共基础设施会话,
Spring Session 1.2.1 发布了,本次发布主要改进如下:
Added JdbcOperationsSessionRepository (See #364).
Added MongoOperationsSessionRepository (See #371).
SessionRepositoryFilter caches null session lookup (See #423)
Improved Workspace Setup (See #417)
下载地址:http://projects.spring.io/spring-session/
Spring Session 致力于提供一个公共基础设施会话,主要功能如下:
从任意的环境中访问一个会话 (i.e. web, messaging infrastructure, etc)
WEB 环境下
供应商中立的情况下支持集群
可插拔策略可以确定 session id
WebSocket 活跃的时候可以简单的保持 HttpSession