mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
默认关闭session的安全传输,此选项仅能在HTTPS下设置开启
This commit is contained in:
@@ -206,7 +206,7 @@ return [
|
|||||||
// 是否自动开启 SESSION
|
// 是否自动开启 SESSION
|
||||||
'auto_start' => true,
|
'auto_start' => true,
|
||||||
'httponly' => true,
|
'httponly' => true,
|
||||||
'secure' => true,
|
'secure' => false,
|
||||||
],
|
],
|
||||||
|
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user