Procházet zdrojové kódy

修复在修改菜单信息后登录过期跳转登录页无样式问题

zhouchenglin před 5 roky
rodič
revize
4f619a24e5

+ 0 - 1
src/main/java/net/chenlin/dp/common/support/config/ShiroConfig.java

@@ -55,7 +55,6 @@ public class ShiroConfig {
         sessionManager.setSessionValidationSchedulerEnabled(true);
         sessionManager.setSessionIdUrlRewritingEnabled(false);
         sessionManager.setDeleteInvalidSessions(true);
-        sessionManager.setGlobalSessionTimeout(60000L);
         if (globalProperties.isRedisSessionDao()) {
             // 开启redis会话管理器
             sessionManager.setSessionFactory(new UserSessionFactory());