默认关闭session的安全传输,此选项仅能在HTTPS下设置开启

This commit is contained in:
mineyang
2017-02-13 13:09:45 +08:00
parent 2c0ee2f616
commit ea9fe74bc3

View File

@@ -206,7 +206,7 @@ return [
// 是否自动开启 SESSION
'auto_start' => true,
'httponly' => true,
'secure' => true,
'secure' => false,
],
// +----------------------------------------------------------------------