您的位置:首页 > 编程语言 > Java开发

Spring-Session

2015-08-02 12:10 549 查看
在Spring 官网上瞎溜达,发现一个Spring-Session开源项目 ,估计跟集群环境下的Session管理有关

地址:http://projects.spring.io/spring-session/

看到下面的新特性,很是兴奋呢

Features

Spring Session provides the following features:

API and implementations for managing a user's session
HttpSession - allows replacing the HttpSession in an application container (i.e. Tomcat) neutral way

Clustered Sessions - Spring Session makes it trivial to support clustered sessions without being tied to an application container specific solution.
Multiple Browser Sessions - Spring Session supports managing multiple users' sessions in a single browser instance (i.e. multiple authenticated accounts similar to Google).
RESTful APIs - Spring Session allows providing session ids in headers to work with RESTful APIs

WebSocket - provides the ability to keep the HttpSession alive when receiving WebSocket messages
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: