Skip to content

Commit

Permalink
[AIDAPP-295]: Set "secure" to true by default in session config (#271)
Browse files Browse the repository at this point in the history
* set default value for secure

* chore: fix code style

---------

Co-authored-by: jayushi-canyon <jayushi-canyon@users.noreply.github.com>
  • Loading branch information
jayushi-canyon and jayushi-canyon authored Oct 9, 2024
1 parent 9b777eb commit 564378a
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 @@ -201,7 +201,7 @@
|
*/

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

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

0 comments on commit 564378a

Please sign in to comment.