I have a Terminal Server up and running and it works fine minus one small quirk.
The application we load on our clients, basically reads and .ini file and creates a TS connection to the server. The .ini file contains a domain user account, password, and the name of the terminal server. The domain user account is shared across everyone that uses this application and is set to launch the application upon log on.
Users from different PCs can log on to the system without an issue. However, if a user tries to launch multiple sessions from the original PC, their original session is logged out.
I need to find a solution where users have the ability to launch multiple sessions from the same PC.
Thanks in advance!