option for cookie_secure added

This commit is contained in:
Milos Stojanovic
2021-09-27 10:29:36 +02:00
parent 63645f6e04
commit 5ddec1a0e0

View File

@@ -47,6 +47,7 @@ return [
return new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage([
"cookie_samesite" => "Lax",
"cookie_secure" => null,
], $handler);
},
],