Open for Voting

Add user session timeouts to the AuditingEvents table. with a new AuditingActionType 'Orion.UserSessionTimeout'

Could you add a new EventTypeID definition to the AudtingActionTypes table:

  1. ActionTypeID = 110
  2. ActionType = Orion.UserSessionTimeout
  3. ActionTypeDisplayName = User logged out by session timeout

And then have the AuditingEvents table updated, when an Orion user's session times out?

Currently the AuditingEvents table captures user logins and user log outs, but only when the user logs themselves out, not when their Orion session times out.

With this one new ActionType, we could easily create a report, to detail which users are currently online and by linking the AuditingArguments table, the IP they are logged in from.