Skip to content

Commit

Permalink
Add gc_maxlifetime to session config windwalker-io/core#1243
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Jul 29, 2024
1 parent a8808d4 commit 4ba127e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'use_cookies' => '0',
'gc_divisor' => '1000',
'gc_probability' => env('SESSION_GC_PROBABILITY', '1'),
// 'gc_maxlifetime' => env('SESSION_GC_MAXLIFETIME', 86400),
],

'ini' => [
Expand Down

0 comments on commit 4ba127e

Please sign in to comment.