Reset Session dialog not triggered due to inactivity after clicky "Yes" to reset the session

Created on 28 April 2023, about 1 year ago
Updated 19 January 2024, 5 months ago

Due to user inactivity, say 5 minutes, the autologout confirmation dialog is shown which is expected but when i click on "Yes" to reset the session and remain inactive for another 5 minutes, the dialog is not shown again and i get automatically logged out after (60 seconds) so it 's 5 minutes + 60 seconds

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

1.0

Component

User interface

Created by

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

Comments & Activities

  • Issue created by @emily247
  • πŸ‡¬πŸ‡·Greece dspachos

    Hi! I cannot reproduce, can you please provide detailed steps on how to reproduce the issue?

  • This should now be fixed by other issues that were already merged into the dev repository.

  • First commit to issue fork.
  • I've seen this issue as well but only when I have multiple tabs open. I'm getting logged out while I'm active and have multiple tabs open which was suppose to be fixed on the dev branch but I'm still seeing issues.

  • After doing some debugging I found that preventAutologout eventListener was not getting triggered no matter what a user does. This was my solution which seems to work and resolve all the issues experienced.

    - document.body.addEventListener('preventAutologout', function (event) {
    + document.addEventListener('preventAutologout', function (event) {

Production build 0.69.0 2024