shiro安全框架設置session超時

系統默認超時時間是180000毫秒(30分鐘) long timeout = SecurityUtils.getSubject().getSession().getTimeout();  System.out.println(timeout+"毫秒"); 可以通過下面2中方式設置自定義的超時時間。 1、配置文件 <!-- 會話管理器 --> <bean id="sessionManager" 
相關文章
相關標籤/搜索