Environment configuration for HTTPS only cookie
This commit is contained in:
parent
c92c724dbf
commit
41b0560375
|
@ -161,7 +161,7 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'secure' => false,
|
||||
'secure' => env('SESSION_SECURE_COOKIE', false),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue