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 invalidating the session make it possible to start using a new one #123

Merged
merged 1 commit into from
Mar 24, 2023

Conversation

k-r-g
Copy link
Contributor

@k-r-g k-r-g commented Mar 24, 2023

Fix an issue where logout would correctly invalidate the session, but the Context.session remained the invalidated one so any subsequent changes to session values during that response would be lost. This change clears Context.session so a new session is created as needed and available for use during this response, instead of needing to wait for a subsequent request for the new session to be available.

Fix an issue where logout would correctly invalidate the session, but the
Context.session remained the invalidated one so any subsequent changes to
session values during that response would be lost. This change clears
Context.session so a new session is created as needed and available for use
during this response, instead of needing to wait for a subsequent request
for the new session to be available.
@msmith-techempower msmith-techempower merged commit 2a6ab85 into TechEmpower:master Mar 24, 2023
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.

2 participants