Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpFoundation] [PDO] Don't fetch time when reading the session#43120
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
stof commentedSep 21, 2021
Currently, the SQL does not guarantee fixed names for the fetched columns in |
stof commentedSep 21, 2021
Looks like this breaks some tests. Maybe they were relying on the BC layer by storing the lifetime instead of the expiry ? |
IonBazan commentedSep 21, 2021
Thanks for explanation,@stof. |
c9e1801 to6111389Compare6111389 tofb9508fComparefabpot commentedSep 21, 2021
Thank you@IonBazan. |
…obion)This PR was merged into the 6.0 branch.Discussion----------[HttpFoundation] remove legacy session lifetime logic| Q | A| ------------- | ---| Branch? | 6.0| Bug fix? | no| New feature? | no <!-- please update src/**/CHANGELOG.md files -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tickets || License | MIT| Doc PR | symfony/symfony-docs#... <!-- required for new features -->This part was only relevant for keeping bc with the old lifetime data. Has been forgotten to be removed in#41334 and#43120Commits-------54a578b [HttpFoundation] remove legacy session lifetime logic
Following up#33169 (comment)
BTW is there a reason we are using
FETCH_NUMinstead ofFETCH_ASSOCfor more readability?