8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cf5bc commit d6a2d8bCopy full SHA for d6a2d8b
config/session.php
@@ -198,4 +198,17 @@
198
199
'same_site' => 'lax',
200
201
+ /*
202
+ |--------------------------------------------------------------------------
203
+ | Partitioned Cookies
204
205
+ |
206
+ | Setting this value to true will tie the cookie to the top-level site for
207
+ | a cross-site context. Partitioned cookies are accepted by the browser
208
+ | when flagged "secure" and the Same-Site attribute is set to "none".
209
210
+ */
211
+
212
+ 'partitioned' => false,
213
214
];
0 commit comments