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,


