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