Fix session config changes (#5261)

* Fix session config changes

* Update session.php

Co-authored-by: Taylor Otwell <[email protected]>
This commit is contained in:
Mathieu TUDISCO
2020-03-13 14:53:56 -05:00
committed by GitHub
co-authored by Taylor Otwell
parent 166abfa35c
commit f93f4ad8bf
+2 -2
View File
@@ -166,7 +166,7 @@ return [
|
*/
'secure' => env('SESSION_SECURE_COOKIE', null),
'secure' => env('SESSION_SECURE_COOKIE'),
/*
|--------------------------------------------------------------------------
@@ -190,7 +190,7 @@ return [
| take place, and can be used to mitigate CSRF attacks. By default, we
| do not enable this as other CSRF protection services are in place.
|
| Supported: "lax", "strict", "none"
| Supported: "lax", "strict", "none", null
|
*/