From 6a92e60a7737b07f3fa5f5c2784f8c7f4798e525 Mon Sep 17 00:00:00 2001 From: top_nuomi <1130395124@qq.com> Date: Mon, 2 Sep 2019 01:29:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9session=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E4=B8=BA=E5=85=B3=E9=97=AD=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- framework/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/config/config.php b/framework/config/config.php index a59f820..748f5d0 100644 --- a/framework/config/config.php +++ b/framework/config/config.php @@ -7,7 +7,7 @@ return [ ], 'middleware' => [], 'session' => [ - 'open' => true, + 'open' => false, 'prefix' => '', ], 'db' => [