From fe98db2c1eea31039f5be6af75316e8a78d428b6 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 22 Feb 2016 14:44:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=8F=82=E6=95=B0=20use=5Fsession?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convention.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/convention.php b/convention.php index b4a045f0..a392d4ff 100644 --- a/convention.php +++ b/convention.php @@ -140,8 +140,6 @@ return [ // | 会话设置 // +---------------------------------------------------------------------- - // 是否使用session - 'use_session' => true, 'session' => [ 'id' => '', 'var_session_id' => '', // SESSION_ID的提交变量,解决flash上传跨域