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

avoid touching the session except when the user already touched it #249

Merged
merged 4 commits into from
Apr 21, 2016

Conversation

mmerickel
Copy link
Member

@mmerickel mmerickel commented Apr 20, 2016

This avoids touching the session unless the user accesses it. It's deliciously evil and dependent on the session being reified such that it's only called once.

The benefit of this approach is that the session is snapshotted on ingress, prior to any changes made by the user.

@mmerickel mmerickel force-pushed the fix/avoid-touching-session branch 3 times, most recently from 9d34fe5 to 04ea930 Compare April 20, 2016 21:36
@mmerickel mmerickel force-pushed the fix/avoid-touching-session branch from 04ea930 to 158522f Compare April 21, 2016 03:09
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.

1 participant