Track User Sessions
Track login attempts and active sessions in ibi MDM.
You can perform the following operations that are useful when multiple users log on to ibi MDM:
- Track each login attempt from UI and web services
- Verify how many users are currently logged in
- Track each session creation and active sessions for UI and web services
- Track the information about clients responsible for login attempts
- Provide a way to extract this information and review it
- Detect any hacking attacks
Enabling Login Information for UI and Web Services
To collect the login attempt and active user's information, perform the following actions:
- Log in to the Configurator.
- Go to Member1 > System Debugging.
- Set the true value for the following properties:
| Property | Name | Usage | Valid Values |
|---|---|---|---|
com.tibco.cim.security.loginInfo.enable
|
Login Information Collection Mode - UI | Enables a detailed information about active users and login attempts to be collected for UI. | True
False (Default) |
com.tibco.cim.security.loginInfo.webservice.enable
|
Login Information Collection Mode - Web services | Enables a detailed information about active users and login attempts to be collected for web services. | True
False (Default) |
Note: If these properties are enabled, the login and active user information is collected irrespective of how JMX or debug is configured.
Subtopics