Interviewer - Server Admin > UNICOM Intelligence Interviewer - Server Admin architecture > UNICOM Intelligence Interviewer - Server Admin audit trail > Auditing UNICOM Intelligence Interviewer - Server Admin logins
 
Auditing UNICOM Intelligence Interviewer - Server Admin logins
The UserSession and UserSessionHistory tables record information about who is or has been logged on to UNICOM Intelligence Interviewer - Server Admin and are defined as follows:
CREATE TABLE (
SessionId nvarchar(128) NOT NULL
UserName nvarchar(128) NOT NULL
UserSessionStart datetime(8) NOT NULL
LastUpdated datetime(8) NOT NULL UserSessionHistory table only
UserSessionEnd datetime(8) NOT NULL UserSession table only)
Columns
SessionId
The ID for this UNICOM Intelligence Interviewer - Server Admin session.
UserName
The user's login name.
UserSessionStart
The date and time that the user started UNICOM Intelligence Interviewer - Server Admin.
LastUpdated
The date and time that the record was last updated.
UserSessionEnd
The date and time at which the user closed UNICOM Intelligence Interviewer - Server Admin.
Flowchart showing interaction of session monitoring object model with the process of logging in and running activities
This flowchart shows the steps that a user takes to log in and run an activity and the points at which the session monitoring object modelobtains information for the audit trail.
See also
UNICOM Intelligence Interviewer - Server Admin audit trail