You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #23184 [HttpFoundation] Remove obsolete ini settings for sessions (fabpot)
This PR was merged into the 4.0-dev branch.
Discussion
----------
[HttpFoundation] Remove obsolete ini settings for sessions
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #21606
| License | MIT
| Doc PR | n/a
As of PHP 7.1, those settings do not exist anymore. See http://php.net/manual/de/migration71.other-changes.php#migration71.other-changes.session-id-generation-without-hashing
Commits
-------
86911b5 [HttpFoundation] removed obsolete ini settings for sessions
0 commit comments