Skip to content

Commit 1a8b34e

Browse files
committed
fear[portal]: 优化体积和更新文章详情样式
1 parent 7dbb4a6 commit 1a8b34e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+33
-2069
lines changed

dbblog-backend/dbblog-auth/src/main/java/cn/dblearn/blog/auth/config/ShiroConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ public class ShiroConfig {
3232
public SessionManager sessionManager(){
3333
DefaultWebSessionManager sessionManager = new DefaultWebSessionManager();
3434
// 是否定时检查session
35-
sessionManager.setSessionValidationSchedulerEnabled(true);
36-
sessionManager.setSessionIdCookieEnabled(true);
35+
sessionManager.setSessionValidationSchedulerEnabled(false);
3736
return sessionManager;
3837
}
3938

-93.3 KB
Binary file not shown.
-84.1 KB
Binary file not shown.
-78.1 KB
Binary file not shown.
-211 KB
Binary file not shown.
-75 KB
Binary file not shown.
-86.7 KB
Binary file not shown.
-84.1 KB
Binary file not shown.
-76.8 KB
Binary file not shown.
-23.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)