Skip to content

Commit

Permalink
Fix session ttl configuration (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Oct 19, 2021
1 parent 2ac98bf commit 24bec32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function getConfigTreeBuilder(): TreeBuilder
->info('Session related configuration')
->addDefaultsIfNotSet()
->children()
->integerNode('ttl')
->scalarNode('ttl')
->info('The ttl for the session, defaults to ini setting session.gc_maxlifetime')
->defaultNull()
->end()
Expand Down

0 comments on commit 24bec32

Please sign in to comment.