From 2b3c558e3b81f174b399cefa010cee0419ac553e Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 22 Aug 2016 08:46:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3session=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Session.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/think/Session.php b/library/think/Session.php index ee43bb77..9e317881 100644 --- a/library/think/Session.php +++ b/library/think/Session.php @@ -115,6 +115,7 @@ class Session self::init(); } elseif (false === self::$init) { session_start(); + self::$init = true; } }