The WSDBSessionRecord type describes how a Session record is structured.
Attribute name
|
Type
|
Description
|
sessionIDField
|
integer
|
The Session ID.
|
userField
|
string
|
User that started the new session.
|
sourceIPField
|
string
|
IP Address from which the session was started.
|
connectedOnField
|
string
|
Date and time when the Session was Started
|
disconnectedOnField
|
string
|
Date and time when the Session was Ended
|
connectionsField
|
integer
|
Counter of Connections established within the Session.
|
|