Skip to content

Commit bf1ac3e

Browse files
authored
Merge pull request #1176 from Blair2004/v4.8.x
Update
2 parents 2607582 + c607f94 commit bf1ac3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/session.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
|
182182
*/
183183

184-
'http_only' => true,
184+
'http_only' => env( 'SESSION_HTTP_ONLY', true ),
185185

186186
/*
187187
|--------------------------------------------------------------------------
@@ -196,6 +196,6 @@
196196
|
197197
*/
198198

199-
'same_site' => 'lax',
199+
'same_site' => env( 'SESSION_SAME_DOMAIN', 'lax' ),
200200

201201
];

0 commit comments

Comments
 (0)