Why does a RDP session sometimes login as a separate user, sometimes not?

1

I connect to several PCs (Windows XP Pro, Windows 7) using RDP.
On some PCs, the RDP session creates a second login and the desktop I see is different from what is shown on the PC's monitor. The task manager shows two users connected in this case.

On other PCs, I'll just see the same desktop as shown on the monitor.

What's the reason for this, and which settings control this behavior?

Holgerwa

Posted 2011-04-13T08:16:34.087

Reputation: 1 274

Answers

3

The 'second login' is known a concurrent user, and is simply a Windows feature which allows the same Windows account to be used for separate user sessions as you mention.

This feature is controlled by the remote operating system and it depends on the specific OS what features are available i.e. Windows XP SP2 appears to prevent concurrent users logging in, but Windows 2003 allows this.

In my experience, a new user session is created when a user session already exists, but you are connecting from a different location or method.

Example 1: User logged in locally, same user logs in from RDP.

Example 2: 2 RDP sessions from different machines/IP addresses using the same user credentials.

In the examples above, if concurrent users aren't enabled, the existing logged-on user is kicked out when the second login is attempted. Note that I don't know the exact rules around this behaviour; this is by observation.

Stuart McLaughlin

Posted 2011-04-13T08:16:34.087

Reputation: 942