Session log
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Primary key of this table |
| login_time | integer | with null | Time session began |
| logout_time | integer | with null | Time session ended |
| session_id | integer | with null | Same as id if status OK |
| contact | byte(16) | with null | User. Foreign key to the contact_uuid field of the ca_contact table. |
| session_type | integer | with null | Unique (to the table) Numeric ID |
| policy | integer | with null | Session policy |
| status | integer | with null | Login status: 0 = OK |
Product Name: Unicenter Service Desk
Table Type: Table