fix cookie big

This commit is contained in:
lolcat 2023-10-17 17:58:08 -04:00
parent 453b4310e2
commit 64b090ee05
3 changed files with 11 additions and 5 deletions

View file

@ -166,7 +166,7 @@ class captcha{
$key,
[
"expires" => time() + 86400, // expires in 24 hours
"samesite" => "Strict",
"samesite" => "Lax",
"path" => "/"
]
);