Skip to content
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

[Release][Core] Increase version to v2.6.1 #1519

Merged
merged 1 commit into from
Mar 30, 2021
Merged

Conversation

MSNev
Copy link
Collaborator

@MSNev MSNev commented Mar 30, 2021

- [BUG] v2.6.0 is not re-hydrating the automatic session id correctly for each request #1518
@MSNev MSNev added this to the 2.6.1 milestone Mar 30, 2021
} else if (session.id) {
// If we don't have an id then considered it to be expired
// Only assign the values if everything looks good
} else if (tokens[0]) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is where the bug was introduced - as the caller of this function only calls _initializeAutomaticSession() if (!session.id) -- so this was always false and subsequently got removed from the code.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will add additional tests after pushing out the hotfix.

### Changelog

- #1518 P1 - [BUG] v2.6.0 is not re-hydrating the automatic session id correctly for each request
- #1512 Expose the getCookieMgr() on the snippet proxy and analytics web instances
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is already checked in, and as it's additive the risk or blasting this change out is low / non-existence (famous last words).

@MSNev MSNev merged commit b4d9324 into master Mar 30, 2021
@MSNev MSNev deleted the newylie/FixAutomaticSession branch April 21, 2021 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants