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

ensure id cycling invokes create #188

Merged
merged 1 commit into from
Mar 31, 2024
Merged

ensure id cycling invokes create #188

merged 1 commit into from
Mar 31, 2024

Commits on Mar 31, 2024

  1. ensure id cycling invokes create

    This fixes a bug where calling `cycle_id` would invoke the session store
    `save` method rather than the `create` method.
    
    Because cycling the session ID involves creating a new ID, this must
    follow the same semantics as normal session creation. Therefore prior
    to this fix session ID collision could occur through this vector.
    maxcountryman committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c48f77c View commit details
    Browse the repository at this point in the history