Attribute Name | Description
|
---|
Active | Identifies whether the session is active (in SecurityService cache).
If SecurityService has timed it out, the session will be inactive.
|
AdminLogout | Indicates that a session has been administratively logged out.
Administrative logout will set this flag to true.
Security Service User Monitor will read this flag, and mark the user's
Profile so that further requests to Profile will throw MXAdminLogoutException.
Note, even though AdminLogout may be applied to one session, if the user has
multiple sessions, they all share the same Profile and will get
MXAdminLogoutException. Eventually, the UserMonitor will remove the row
from the database.
|
Application | This field can be set by external systems such as ERP, MEA, and
MS Project when they are connecting.
|
ClientAddr | Address of the user's client, from getRemoteAddr.
|
ClientHost | Name of the user's client, from getRemoteHost.
|
DisplayName | User's display name from the Person record.
|
IsSystem | True if this is the session that MXServer connects to the database with.
False for all other sessions.
|
LastActivity | The timestamp of the last user activity for this session (when issystem = False).
This is a persistent attribute that is updated periodically by
UserMonitor .
|
LoginDateTime | Login date and time.
|
LogOut | Non-persistent attribute.
True indicates that the session will be terminated upon save of MboSet.
|
LogOutAndBlock | Non-persistent attribute.
True indicates that the session will be terminated and the user Blocked upon save of MboSet.
|
MAXSessionUID | Identifier for this session's connection to MXServer.
|
ReloadCache | For the system session (issystem = True), this indicates the names of any caches that
need to be reloaded into memory. After cache has been reloaded, this field is cleared.
See MaxSessionThread .
|
ServerHost | Host name or IP Address of the MXServer for this session.
|
ServerName | MXServer name.
|
ServerTimestamp | If this is the system session (issystem = True), this timestamp is updated
periodically to indicate that MXServer is up and running.
See MaxSessionThread ,
mxServerIsUp .
|
SystemIdleTime | Non-persistent attribute.
HHH:MM:SS representing the elapsed time since the last user activity for this session.
|
UserID | User identifier.
Foreign key to MaxUser .
|