fix cookie big
This commit is contained in:
parent
453b4310e2
commit
64b090ee05
3 changed files with 11 additions and 5 deletions
|
@ -166,7 +166,7 @@ class captcha{
|
|||
$key,
|
||||
[
|
||||
"expires" => time() + 86400, // expires in 24 hours
|
||||
"samesite" => "Strict",
|
||||
"samesite" => "Lax",
|
||||
"path" => "/"
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue