Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
option for cookie_secure added
  • Loading branch information
alcalbg committed Sep 27, 2021
1 parent 63645f6 commit 5ddec1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration_sample.php
Expand Up @@ -47,6 +47,7 @@ function () {

return new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage([
"cookie_samesite" => "Lax",
"cookie_secure" => null,
], $handler);
},
],
Expand Down

0 comments on commit 5ddec1a

Please sign in to comment.