Merge pull request #3922 from jasonmccreary/https-only-cookie-env

Environment configuration for HTTPS only cookie
This commit is contained in:
Taylor Otwell 2016-09-02 07:53:55 -05:00 committed by GitHub
commit a4b53b394c
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
| |
*/ */
'secure' => false, 'secure' => env('SESSION_SECURE_COOKIE', false),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------