mirror of https://gitee.com/karson/fastadmin.git
恢复cookie的httponly默认设置
parent
6657f92fe6
commit
bcd1b7fb9c
|
|
@ -213,7 +213,7 @@ return [
|
||||||
// cookie 启用安全传输
|
// cookie 启用安全传输
|
||||||
'secure' => false,
|
'secure' => false,
|
||||||
// httponly设置
|
// httponly设置
|
||||||
'httponly' => true,
|
'httponly' => '',
|
||||||
// 是否使用 setcookie
|
// 是否使用 setcookie
|
||||||
'setcookie' => true,
|
'setcookie' => true,
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue