Fix session config changes (#5261)

* Fix session config changes

* Update session.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
This commit is contained in:
Mathieu TUDISCO 2020-03-13 20:53:56 +01:00 committed by GitHub
parent 166abfa35c
commit f93f4ad8bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
|
*/