[7.450][INFO] WebAdmin logout timer does not reset when not idle

I am noticing that the webadmin logs you off automatically, but it seems to ignore activity (looking at settings, opening logs, etc) and fail to reset the timer.

Is it possible that "activity" is only determined to be applying settings? as opposed to checking settings or looking at logs or mail manager?
Parents
  • @chow11
    Ahh ok. Well I assume you mean moving the mouse on the console. How would you detect a mouse move on the client computer that is using the web-admin?


    Of course we won't be able to recognize mouse movements on the console. What I meant was: if you move the mouse within the WebAdmin (Browser Window) this will have the affect that the timer gets increased.

    @t_enriquez
    Although the live log has been stopped, the window will continue sending requests to the backend. The reason why the live log display might stop can be one of the following:

    - no requests for a certain amount of time
    - no loglines for a certain amount of time
Reply
  • @chow11
    Ahh ok. Well I assume you mean moving the mouse on the console. How would you detect a mouse move on the client computer that is using the web-admin?


    Of course we won't be able to recognize mouse movements on the console. What I meant was: if you move the mouse within the WebAdmin (Browser Window) this will have the affect that the timer gets increased.

    @t_enriquez
    Although the live log has been stopped, the window will continue sending requests to the backend. The reason why the live log display might stop can be one of the following:

    - no requests for a certain amount of time
    - no loglines for a certain amount of time
Children