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

View File

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