Skip to content

Commit f93f4ad

Browse files
Fix session config changes (laravel#5261)
* Fix session config changes * Update session.php Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent 166abfa commit f93f4ad

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
@@ -166,7 +166,7 @@
166166
|
167167
*/
168168

169-
'secure' => env('SESSION_SECURE_COOKIE', null),
169+
'secure' => env('SESSION_SECURE_COOKIE'),
170170

171171
/*
172172
|--------------------------------------------------------------------------
@@ -190,7 +190,7 @@
190190
| take place, and can be used to mitigate CSRF attacks. By default, we
191191
| do not enable this as other CSRF protection services are in place.
192192
|
193-
| Supported: "lax", "strict", "none"
193+
| Supported: "lax", "strict", "none", null
194194
|
195195
*/
196196

0 commit comments

Comments
 (0)