细说shiro之六:session管理
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了细说shiro之六:session管理相关的知识,希望对你有一定的参考价值。
- 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实现。
以上是关于细说shiro之六:session管理的主要内容,如果未能解决你的问题,请参考以下文章
Session管理 --《springboot与shiro整合》
shiro session 怎样跳出整个web框架 返回到登录页面