From 1998d07a210fc12d21783f9568c3a8e6404459a2 Mon Sep 17 00:00:00 2001 From: augushong Date: Mon, 6 Sep 2021 14:24:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9sesson=E8=BF=87=E6=9C=9F?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E4=B8=BA=E4=B8=80=E4=B8=AA=E6=9C=88;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/session.php b/config/session.php index bb777a8..8c748ec 100644 --- a/config/session.php +++ b/config/session.php @@ -13,7 +13,7 @@ return [ // 存储连接标识 当type使用cache的时候有效 'store' => null, // 过期时间 - 'expire' => 36000, + 'expire' => 2592000, // 前缀 'prefix' => '', ];