You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kibana version: Behavior is observed since session idle timeout was introduced, at least as early as 7.6
Describe the bug: Some Kibana pages periodically make background XHR calls that are detected as user activity, thus unintentionally extending the idle session timeout.
Expected behavior: Sessions should time out as expected.
Any additional context: This issue is for a short-term fix, which is to find the offending XHR calls and add the kbn-system-request header to each of them. The long-term fix in the linked issue is to implement a less error-prone method of detecting user (in)activity.
The text was updated successfully, but these errors were encountered:
jportner
added
the
bug
Fixes for quality problems that affect the customer experience
label
Feb 10, 2021
Kibana version: Behavior is observed since session idle timeout was introduced, at least as early as 7.6
Describe the bug: Some Kibana pages periodically make background XHR calls that are detected as user activity, thus unintentionally extending the idle session timeout.
Steps to reproduce: See #79889.
Expected behavior: Sessions should time out as expected.
Any additional context: This issue is for a short-term fix, which is to find the offending XHR calls and add the
kbn-system-request
header to each of them. The long-term fix in the linked issue is to implement a less error-prone method of detecting user (in)activity.The text was updated successfully, but these errors were encountered: