恢复cookie的httponly默认设置

pull/201/MERGE
Karson 2020-06-14 21:28:44 +08:00
parent 6657f92fe6
commit bcd1b7fb9c
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ return [
// cookie 启用安全传输
'secure' => false,
// httponly设置
'httponly' => true,
'httponly' => '',
// 是否使用 setcookie
'setcookie' => true,
],