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

Implement IUserSessionStore<BackOfficeIdentityUser> to fix timeout bug #11350 #11351

Merged
merged 1 commit into from
Oct 11, 2021

Conversation

warrenbuckley
Copy link
Contributor

A quick chat with @bergmania and the solution was to implement IUserSessionStore<BackOfficeIdentityUser> to fix timeout bug #11350

Test

  • Try before and after the PR applied to verify
  • Update appsettings.json key Umbraco:CMS:Global:TimeOut
  • Set value to one minute as a string timespan "00:01:00"

Before the fix applied nothing would happen after one minute and now with the PR applied the user is logged out after one minute.

@bergmania bergmania merged commit 243d0bb into v9/dev Oct 11, 2021
@bergmania bergmania deleted the v9/bugfix/11350-timeout branch October 11, 2021 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants