标签:com href targe subject apach session管理 nbsp opp bsp
- org.apache.shiro.session.Session
- org.apache.shiro.session.mgt.DelegatingSession
- org.apache.shiro.web.session.HttpServletSession
- org.apache.shiro.session.ProxiedSession
- org.apache.shiro.session.mgt.ImmutableProxiedSession
- org.apache.shiro.subject.support.DelegatingSubject$StoppingAwareProxiedSession
- org.apache.shiro.session.mgt.ValidatingSession
- org.apache.shiro.session.mgt.SimpleSession
shiro中的session都是通过SecurityManager创建,所以在不同的环境配置不同的SecurityManager实现。
整理Shiro Session实现原理
Q: 如何与JAVA容器的Session整合?
A: 在web容器环境下,明确指定相应的session实现。
标签:com href targe subject apach session管理 nbsp opp bsp
原文地址:http://www.cnblogs.com/nuccch/p/7122703.html