Which 2 methods are supported for logoff detection when using STAS? PING LDAP Query Workstation Polling Event Monitoring TELNET
When using STAS (Secure Token Authentication Service), the two methods supported for logoff detection are:
1. **Event Monitoring** - This method involves monitoring specific events in the Windows Event Log to detect when a user logs off.
2. **Workstation Polling** - This method involves the service periodically polling the workstations to check the status of user sessions to detect logoff events.
The other options, such as PING, LDAP Query, and TELNET, are not typically used for logoff detection in the context of STAS.


