Skip to content

Commit

Permalink
Update session.php
Browse files Browse the repository at this point in the history
Add true to SESSION_SECURE_COOKIE.
  • Loading branch information
secnum authored Jun 17, 2024
1 parent 3d156fc commit f48ba33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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', true),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit f48ba33

Please sign in to comment.