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 session.set_expiry updates record #175

Merged
merged 3 commits into from
Mar 17, 2024
Merged

ensure session.set_expiry updates record #175

merged 3 commits into from
Mar 17, 2024

Conversation

maxcountryman
Copy link
Owner

This addresses a bug where using set_expiry after an expiry has been set would not update the underlying record and thus not update the actual cookie expiration.

Closes #174.

This addresses a bug where using `set_expiry` after an expiry has been
set would not update the underlying record and thus not update the
actual cookie expiration.

Closes #174.
Copy link

codecov bot commented Mar 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.24%. Comparing base (973a9da) to head (6758b41).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #175      +/-   ##
==========================================
+ Coverage   80.18%   80.24%   +0.06%     
==========================================
  Files           5        5              
  Lines         323      324       +1     
==========================================
+ Hits          259      260       +1     
  Misses         64       64              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maxcountryman maxcountryman merged commit 6a62523 into main Mar 17, 2024
7 checks passed
@maxcountryman maxcountryman deleted the set-expiry branch March 17, 2024 15:41
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.

set_expiry() does not work
1 participant