From b23cc59540a8306c6b5046f9c6fa713e3d827874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Wed, 16 Oct 2024 14:45:30 +0900 Subject: [PATCH] cfmgrv4 init...3 --- 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 6944710..fce5e9a 100644 --- a/app/Config/Session.php +++ b/app/Config/Session.php @@ -40,7 +40,7 @@ class Session extends BaseConfig * The number of SECONDS you want the session to last. * Setting to 0 (zero) means expire when the browser is closed. */ - public int $expiration = 7200; + public int $expiration = 43200; /** * --------------------------------------------------------------------------