Commit daa3137
committed
minor #14734 [Session] Update incorrect default value for session.handler_id (Nyholm)
This PR was squashed before being merged into the 4.4 branch.
Discussion
----------
[Session] Update incorrect default value for session.handler_id
See config [definition](https://github.com/symfony/symfony/blob/4.4/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L557) and [how it is being used](https://github.com/symfony/symfony/blob/4.4/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php#L949).
Commits
-------
5570ab8 [Session] Update incorrect default value for session.handler_id1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1257 | 1257 | | |
1258 | 1258 | | |
1259 | 1259 | | |
1260 | | - | |
| 1260 | + | |
1261 | 1261 | | |
1262 | | - | |
1263 | | - | |
1264 | | - | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
1265 | 1265 | | |
1266 | 1266 | | |
1267 | 1267 | | |
| |||
0 commit comments