diff --git a/config/session.php b/config/session.php index e2779ad8..c29bc5cb 100644 --- a/config/session.php +++ b/config/session.php @@ -176,4 +176,17 @@ 'http_only' => true, + /* + |-------------------------------------------------------------------------- + | Same-site Cookies + |-------------------------------------------------------------------------- + | + | Here you may change the default value of the same-site cookie attribute. + | + | Supported: "lax", "strict" + | + */ + + 'same_site' => null, + ];