From bcd1b7fb9c0fe1f0a58391bf5ab573ebab9d810a Mon Sep 17 00:00:00 2001 From: Karson Date: Sun, 14 Jun 2020 21:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8Dcookie=E7=9A=84httponly?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config.php b/application/config.php index 86cdb1fc..155105ff 100755 --- a/application/config.php +++ b/application/config.php @@ -213,7 +213,7 @@ return [ // cookie 启用安全传输 'secure' => false, // httponly设置 - 'httponly' => true, + 'httponly' => '', // 是否使用 setcookie 'setcookie' => true, ],