细说shiro之六:session管理

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了细说shiro之六:session管理相关的知识,希望对你有一定的参考价值。

技术分享
官网:https://shiro.apache.org/

 - 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管理的主要内容,如果未能解决你的问题,请参考以下文章

细说shiro之六:session管理

Session管理 --《springboot与shiro整合》

Shiro Session管理——操作session

shiro session 怎样跳出整个web框架 返回到登录页面

Java-Shiro:Shiro集成Redis实现Session统一管理

Java-Shiro:Shiro集成Redis实现Session统一管理