1
0
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:
Marc Alexander
2021-07-17 21:30:42 +02:00
parent 5b68527eec
commit fe1b9d5384
4 changed files with 19 additions and 1 deletions

View File

@@ -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()