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
bug #45394 [HttpKernel] Use the existing session id if available. (trsteel88)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[HttpKernel] Use the existing session id if available.
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| License | MIT
Session id is being overwritten by listener even if it is already set.
I have an application that is overriding the session id when the session factory creates the session. However, when this listener runs, it's overriding the session id that has already been set.
Commits
-------
8e98edc [HttpKernel] Use the existing session id if available.
0 commit comments