diff --git a/config/session.php b/config/session.php index 8fed97c0..e738cb3e 100644 --- a/config/session.php +++ b/config/session.php @@ -198,4 +198,17 @@ return [ 'same_site' => 'lax', + /* + |-------------------------------------------------------------------------- + | Partitioned Cookies + |-------------------------------------------------------------------------- + | + | Setting this value to true will tie the cookie to the top-level site for + | a cross-site context. Partitioned cookies are accepted by the browser + | when flagged "secure" and the Same-Site attribute is set to "none". + | + */ + + 'partitioned' => false, + ];