redis 集群中Session解决方案之Spring Session

集群中Session解决方案之Spring Session http://dreamer-yzy.github.io/2015/01/14/%E9%9B%86%E7%BE%A4%E4%B8%ADSession%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88%E4%B9%8BSpring-Session/

Shiro通过Redis管理会话实现集群 http://sgq0085.iteye.com/blog/2170405

Maven

Hello World(以Spring为基础,其他框架,也可以参考该思路作小修改即可)

web.xml 添加以下 Filter

spring.xml 添加

使用上跟普通使用 Session 的方式是一样的。