Skip to main content

16.1 Session Lockout

Session lockout is a security feature that automatically locks a user's session after a certain period of inactivity or after a specific event, such as multiple failed login attempts. The purpose of session lockout is to protect the user's account and sensitive information from unauthorized access.

  • The inactivity period time is configurable from the section 4.11

  • After the inactivity period, the user will be locked out.

  • Once locked out, the user should login again to get access to the system.

  • System supports remote sessions, and the behavior is exactly same as local session. i.e. the session will be automatically terminated after a period of inactivity