From 87ae363fb8f95f053b787576a5c05e9b2a6db737 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 22 Aug 2016 08:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9Bsession=E7=B1=BB=E7=9A=84star?= =?UTF-8?q?t=E6=96=B9=E6=B3=95?= 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 9e317881..d9d927ec 100644 --- a/library/think/Session.php +++ b/library/think/Session.php @@ -246,6 +246,7 @@ class Session public static function start() { session_start(); + self::$init = true; } /**