Session Lock
A session lock is a security measure that blocks access to a computer or system after a set period of inactivity, requiring the user to re-authenticate (for example, by re-entering a password) before they can continue working. It is meant to prevent someone from using an unattended device or account without the authorized user present. It temporarily hides the screen or interface rather than logging the user out entirely.
In the NIST access control context, a session lock is a control that initiates a lock over an information system or device session after an organization-defined period of user inactivity (or upon user request), retaining the session but concealing information previously visible on the display and preventing further access until the user re-establishes access through identification and authentication procedures. This concept is addressed in NIST SP 800-53 as control AC-11; note that the control was titled 'Session Lock' in Revision 4 and was renamed 'Device Lock' in Revision 5, so practitioners should confirm the terminology against the applicable revision. A conceptually related requirement appears in NIST SP 800-171 addressing protection of Controlled Unclassified Information (CUI) in nonfederal systems. A session lock is generally distinct from a full session termination or logout, and specific inactivity periods, applicability, and any concealment or pattern-hiding requirements are typically defined through organizational tailoring and the selected baseline; readers should verify exact control text, numbering, and parameter values against the current authoritative NIST publication.
Why it matters
Session lock is a foundational access control that addresses one of the most common and preventable exposures in any environment: the unattended, unlocked workstation. When a user steps away from an authenticated session without logging off, anyone with physical access to that device can view sensitive information or act under the authorized user's identity. In defense and public sector contexts where systems process Controlled Unclassified Information (CUI) or support DoD operations, this risk is not merely theoretical, since shared workspaces, common-access facilities, and multi-user environments increase the likelihood of opportunistic access to an idle session.
Because a session lock conceals previously displayed information and requires re-authentication before work can resume, it enforces the principle that access should be continuously tied to the presence of the authorized user rather than to a single point-in-time login. Practitioners should note that a session lock is generally distinct from a full logout or session termination; it retains the session while blocking access, which supports usability without sacrificing the protection against unauthorized use of an unattended device.
Who it's relevant to
Inside Session Lock
Common questions
Answers to the questions practitioners most commonly ask about Session Lock.