Auto logout automatically ends session for active user

Created on 17 April 2023, over 1 year ago
Updated 2 October 2023, 11 months ago

Problem/Motivation

Auto logout automatically ends session for active user; this happens even if autologout logout out regardless of activity is disabled and/or not checked. Which causes inconsistency with logout time and causes in some case the user to be logged midway during editing.

Steps to reproduce

1. set auto logout time for 300
2. set max-logout time 300
3. don't display dialog
5. set to auto logout admin pages
4. save

1. type during the 3 minute
2. timer doesn't reset it.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Postponed: needs info

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @erika104
  • Status changed to Postponed: needs info 11 months ago
  • Looking at how you described the issue. I assume you're typing something in the CKEditor5, it looks like that was not handled correctly and there is an issue fix related to this problem 💬 Does Automated logout support CKEditor5? RTBC since CKEditor is lazy loaded, the old code didn't work, now we are looking at any keyup event and it should cause timer reset.

    Could you please test if that fix fixes your problem? For now, I'll postpone this issue.

Production build 0.71.5 2024