Set env vars for same site variable
This commit is contained in:
parent
a56490c465
commit
8f2f6f93ea
1 changed files with 1 additions and 1 deletions
|
|
@ -196,6 +196,6 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'same_site' => 'lax',
|
||||
'same_site' => env('SESSION_SAME_SITE', 'lax'),
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue