56         constant 
int ERR_ACTIVE_SESSION_EXCLUSIVE_FOR_USER = 1; 
    63             CLOSE_REASON_FORCED_DISCONNECT      
    95         vector<Session_2_0_0> getSessions();
   103         void closeSession(in 
int sessionId, in CloseReason reason);
   112         void closeCurrentSession(in CloseReason reason);
   124         void touchCurrentSession(in 
boolean userActivity);
   131         vector<HistoryEntry> getSessionHistory();
 Session timed out. 
Definition: SessionManager.idl:61
Session manager interface 
Definition: SessionManager.idl:54
string remoteIp
Session IP address. 
Definition: SessionManager.idl:26
Regular logout. 
Definition: SessionManager.idl:60
string username
Name of user owning the session. 
Definition: SessionManager.idl:14
Browser window was closed. 
Definition: SessionManager.idl:62
int sessionId
ID of the session. 
Definition: SessionManager.idl:13
CloseReason
Session close reasons 
Definition: SessionManager.idl:59
int timeout
Session timeout in seconds. 
Definition: SessionManager.idl:18
string remoteIp
Session IP address. 
Definition: SessionManager.idl:15
string clientType
Session client type. 
Definition: SessionManager.idl:27
time creationTime
Session creation timestamp. 
Definition: SessionManager.idl:17
string clientType
Client type. 
Definition: SessionManager.idl:16
time creationTime
Session creation timestamp. 
Definition: SessionManager.idl:25
Session information 
Definition: SessionManager.idl:12
int userIdle
User idle time in seconds. 
Definition: SessionManager.idl:20
Session Management 
Definition: SessionManager.idl:9
int idle
Session idle time in seconds. 
Definition: SessionManager.idl:19
Session history entry 
Definition: SessionManager.idl:24