mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16207] Add session.force_sid parameter to allow fixing settings
PHPBB3-16207
This commit is contained in:
@@ -62,6 +62,7 @@ class container_configuration implements ConfigurationInterface
|
||||
->arrayNode('session')
|
||||
->addDefaultsIfNotSet()
|
||||
->children()
|
||||
->booleanNode('force_sid')->defaultValue(false)->end()
|
||||
->booleanNode('log_errors')->defaultValue(false)->end()
|
||||
->end()
|
||||
->end()
|
||||
|
Reference in New Issue
Block a user