Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d6a2d8b

Browse filesBrowse files
[10.x] Add partitioned cookie config key (#6257)
* [10.x] Add partitioned cookie config key * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent 73cf5bc commit d6a2d8b
Copy full SHA for d6a2d8b

File tree

Expand file treeCollapse file tree

1 file changed

+13
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-0
lines changed

‎config/session.php

Copy file name to clipboardExpand all lines: config/session.php
+13Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,17 @@
198198

199199
'same_site' => 'lax',
200200

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+
201214
];

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.