Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.08 KB

File metadata and controls

58 lines (44 loc) · 1.08 KB

ClientSession

Object represents client session

Instance attributes

clientInfo: String

Client app info string

clientType: int

Client system type - desktop(0), web(1), mobile(2), tablet(3), application(4)

flags: int

Client flags

id ⇒ Bigint

ID of client session

loginName: String

Login name

loginTime: int

Login time

name: String

User name

systemAccessRights ⇒ Bigint

User access ritht bit flags

user ⇒ User

object of [class-user]

userId: int

User ID

webServerAddress: String

Address for web server if it is web type connection

workstation: String

Workstation information if available