Have seen lots of talk around time out variables for RDP Session, but nothing on how to auto-logout RDP session when User Logs Out of an Application.
Use Case: Created "controlled access" to Application Users with Server User Profile logging them into Application once they get to the Application Server via RDP.
1. User logs into Server via RDP.
2. Session auto-starts Application for Users.
3. User does what they need in Application and Logs Out of Application.
4. Application Closes, but RDP session is still logged in with Black Screen - which is okay (we don't want users going anywhere else in the RDP session or the server).
5. User closes the RDP window (click the X in upper right) to close the RDP session.
Is there ANYTHING I can code to auto-logoff RDP session after user Logs off Application?