Idle sessions never expire #57119
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
Kibana version: 7.x / master
Describe the bug: Idle sessions don't expire. It appears that every time the
/internal/security/session
API is called to check the session expiration, it renews the session.Steps to reproduce:
xpack.security.session.idleTimeout: "75s"
/internal/security/session
API, and the responses each have an increasingidleTimeoutExpiration
property.Expected behavior: The user's session should expire after the specified time period of inactivity.
The text was updated successfully, but these errors were encountered: