Update session.php

pull/7066/head
Shlee 3 weeks ago committed by GitHub
parent 0200c9e0cd
commit ab2447b0f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -196,7 +196,7 @@ return [
|
*/
'same_site' => env('SESSION_SAME_SITE', 'lax'),
'same_site' => env('SESSION_SAME_SITE_COOKIES', env('SESSION_SAME_SITE', 'lax')),
/*
|--------------------------------------------------------------------------

Loading…
Cancel
Save