Session log.
|
Field |
Data Type |
Reference |
Remarks |
|---|---|---|---|
|
contact |
byte(16) |
ca_contact::uuid |
Foreign key to the contact_uuid field of the ca_contact table, this is the User. |
|
id |
INTEGER |
|
Primary key of this table |
|
login_time |
INTEGER |
|
Indicates the time of when the session began. |
|
logout_time |
INTEGER |
|
Indicates the time of when the session ended. |
|
policy |
INTEGER |
SA_Policy::id |
Specifies the session policy. |
|
session_id |
INTEGER |
|
Displays the ID if the status is okay. |
|
session_type |
INTEGER |
session_type::id |
Specifies the unique (to the table) numeric ID. |
|
status |
INTEGER |
|
Identifies the Login status: 0—Okay |
|
Copyright © 2013 CA.
All rights reserved.
|
|