-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[HttpFoundation] fix session tracking counter #27714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HttpFoundation] fix session tracking counter #27714
Conversation
4542d92
to
7569f23
Compare
7569f23
to
4419573
Compare
4419573
to
2b0beac
Compare
2b0beac
to
89ed756
Compare
Thanks @dmaicher, I pushed the fix here also. PR ready. The session tracker was too eager. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can confirm it fixes the API Platform test suite.
Unfortunately the tests added in this PR are still failing... |
Don't be sad, that happens all the time. |
Thank you @dmaicher. |
…kas, dmaicher) This PR was merged into the 3.4 branch. Discussion ---------- [HttpFoundation] fix session tracking counter | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | no | Fixed tickets | - | License | MIT | Doc PR | - As just discussed with @nicolas-grekas I found this issue today while upgrading my app to 3.4.12. Somehow its not possible anymore to set caching headers correctly since this commit: 146e01c#diff-5350dc763df30ada9d00563c115f6652 Commits ------- 89ed756 failing test to reproduce session problem 26fc4e6 [HttpFoundation] fix session tracking counter
As just discussed with @nicolas-grekas I found this issue today while upgrading my app to 3.4.12. Somehow its not possible anymore to set caching headers correctly since this commit: 146e01c#diff-5350dc763df30ada9d00563c115f6652