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

when renewing server-side session, create new entry if current session not found #1008

Merged
merged 2 commits into from
Aug 30, 2022

Conversation

brockallen
Copy link
Member

@brockallen brockallen commented Aug 17, 2022

This PR adds logic to create a new server-side session entry if trying to renew an entry but the DB record has been removed. Done as per guidance from: dotnet/aspnetcore#41516 (comment)

Fixes: DuendeSoftware/Support#161

@brockallen brockallen added the bug Something isn't working label Aug 17, 2022
@brockallen brockallen added this to the 6.1.5 milestone Aug 17, 2022
@josephdecock josephdecock merged commit f0a2997 into releases/6.1.x Aug 30, 2022
@brockallen brockallen deleted the brock/server-session-renew-fix branch August 31, 2022 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants