We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956b07a commit 48b8b9dCopy full SHA for 48b8b9d
config/cookie.php
@@ -15,4 +15,6 @@
15
'httponly' => false,
16
// 是否使用 setcookie
17
'setcookie' => true,
18
+ // samesite 设置,支持 'strict' 'lax'
19
+ 'samesite' => '',
20
];
0 commit comments