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:
parent
166abfa35c
commit
f93f4ad8bf
|
@ -166,7 +166,7 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'secure' => env('SESSION_SECURE_COOKIE', null),
|
||||
'secure' => env('SESSION_SECURE_COOKIE'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -190,7 +190,7 @@
|
|||
| 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
|
||||
|
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue