mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 03:22:51 +08:00
更新cookie配置
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | Cookie设置
|
// | Cookie设置
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
@@ -13,6 +14,6 @@ return [
|
|||||||
'secure' => false,
|
'secure' => false,
|
||||||
// httponly设置
|
// httponly设置
|
||||||
'httponly' => false,
|
'httponly' => false,
|
||||||
// 是否使用 setcookie
|
// samesite 设置,支持 'strict' 'lax'
|
||||||
'setcookie' => true,
|
'samesite' => '',
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user