From ea9fe74bc38ea1f6a9dd04de9d54564235d1cc31 Mon Sep 17 00:00:00 2001 From: mineyang Date: Mon, 13 Feb 2017 13:09:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=ADsession?= =?UTF-8?q?=E7=9A=84=E5=AE=89=E5=85=A8=E4=BC=A0=E8=BE=93=EF=BC=8C=E6=AD=A4?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E4=BB=85=E8=83=BD=E5=9C=A8HTTPS=E4=B8=8B?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=BC=80=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convention.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convention.php b/convention.php index b6f23e28..887b076d 100644 --- a/convention.php +++ b/convention.php @@ -206,7 +206,7 @@ return [ // 是否自动开启 SESSION 'auto_start' => true, 'httponly' => true, - 'secure' => true, + 'secure' => false, ], // +----------------------------------------------------------------------