From 8f6027905fddbaeb47fc4284d3307928fb1fd7fd Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 11 Aug 2026 16:31:12 +0800 Subject: [PATCH] fix: remove session config (causes aiohttp_session error) --- conf/config.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/config.json b/conf/config.json index 4a99d02..21a65f5 100644 --- a/conf/config.json +++ b/conf/config.json @@ -36,10 +36,6 @@ [".wss", "ws"] ], "indexes": ["index.ui", "index.html"], - "session": { - "session_max_time": 86400, - "session_issue_time": 7200 - }, "statics": [ ["/bricks/", "/d/pccs/wwwroot/bricks/"], ["/imgs/", "/d/pccs/wwwroot/imgs/"]