Skip to content

Commit

Permalink
Fix session config changes (#5261)
Browse files Browse the repository at this point in the history
* Fix session config changes

* Update session.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
mathieutu and taylorotwell committed Mar 13, 2020
1 parent 166abfa commit f93f4ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
|
*/

'secure' => env('SESSION_SECURE_COOKIE', null),
'secure' => env('SESSION_SECURE_COOKIE'),

/*
|--------------------------------------------------------------------------
Expand All @@ -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
|
*/

Expand Down

0 comments on commit f93f4ad

Please sign in to comment.