What does NTSTATUS 0xC0000105 (STATUS_LOGON_SESSION_COLLISION) mean?

 
Previous Next
STATUS_BAD_LOGON_SESSION_STATE STATUS_NAME_TOO_LONG

STATUS_LOGON_SESSION_COLLISION

Authentication-package session creation collided

This is an internal LSA/authentication-package consistency error. A package requested a logon session whose identifier or state collides with an existing session.

The useful troubleshooting target is the package/session path, not the end-user credential alone. It can appear after partial failures, duplicate callbacks, or cleanup ordering bugs.

What to inspect

  • Record the authentication package name and the logon type.
  • Check for repeated session creation after timeout or retry.
  • Correlate with LSA and security event log entries around the same LUID.

References


Looking for a different code? Search another status or error code.