From e2f49ba77eab8d47892c8e7a8b94365af978a3fd Mon Sep 17 00:00:00 2001 From: jjstyle Date: Tue, 24 Mar 2026 18:56:01 +0900 Subject: [PATCH] =?UTF-8?q?redis=20=EC=97=B0=EA=B2=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Config/Session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/Session.php b/app/Config/Session.php index ca8e4c4..b60b6ed 100644 --- a/app/Config/Session.php +++ b/app/Config/Session.php @@ -60,7 +60,7 @@ class Session extends BaseConfig * IMPORTANT: You are REQUIRED to set a valid save path! */ // public string $savePath = WRITEPATH . 'session'; - public string $savePath = 'tcp://192.168.10.243:6379?database=0'; + public string $savePath = ''; /** * --------------------------------------------------------------------------