Просмотр исходного кода

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

zhouchenglin 6 лет назад
Родитель
Сommit
4f619a24e5
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/main/java/net/chenlin/dp/common/support/config/ShiroConfig.java

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

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