Table that stores remote sessions
Data model

Fields
| Field |
Type |
Description |
| device_id* |
INT |
Unique identifier of the associated device, reference to the AVS_DEVICE.id table |
| expiration_date |
DATETIME |
Session expiration time |
| id* |
INT |
Integer Type Primary Key |
| license_id |
INT |
Unique license identifier |
| user_id* |
INT |
Unique identifier of the associated user, reference to the AFW_USERS.user_id table |
Primary Key
References
| Column |
Referenced Table |
Referenced column |
Name |
| device_id* |
dbo.AVS_DEVICE |
id |
FK01_AVS_SESSION |
| license_id |
Bod. AFW_LICENSE |
lice_id |
FK03_AVS_SESSION |
| user_id* |
dbo.AFW_USERS |
user_id |
FK02_AVS_SESSION |