Navigation Menu

Skip to content

Commit

Permalink
[BUGFIX] Allow setting SYS/session in ConfigurationManager
Browse files Browse the repository at this point in the history
The config path SYS/session is similar to SYS/caching/cacheConfigurations.
Within the session configuration path session backends can be set
since TYPO3 8.7.

Allow this path for setting values with the ConfigurationManager.

Resolves: #84536
Releases: master, 8.7
Change-Id: I52649673a16937119136d2fbdd0aa93c924d8f31
Reviewed-on: https://review.typo3.org/56950
Reviewed-by: Helmut Hummel <typo3@helhum.io>
Tested-by: Helmut Hummel <typo3@helhum.io>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
IchHabRecht authored and lolli42 committed May 13, 2018
1 parent 71508fd commit b25ecd3
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -76,6 +76,7 @@ class ConfigurationManager
'EXTCONF',
'DB',
'SYS/caching/cacheConfigurations',
'SYS/session',
];

/**
Expand Down

0 comments on commit b25ecd3

Please sign in to comment.