Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
4542d92
to7569f23
Compare7569f23
to4419573
Compare4419573
to2b0beac
Compare2b0beac
to89ed756
CompareThanks@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-5350dc763df30ada9d00563c115f6652Commits-------89ed756 failing test to reproduce session problem26fc4e6 [HttpFoundation] fix session tracking counter
Uh oh!
There was an error while loading.Please reload this page.
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