Is it possible to ensure that multiple applications run in the same terminal server session using RemoteApp?
- by mbrownnyc
We are interested in implementing RemoteApp on Windows 2008 R2 to serve out a few programs.
Since the developers use shared memory to pass messages between processes, it is necessary that we provide them with a solution that will allow this. They have researched and discovered that if the applications exist in the same terminal server session that they will be able to access shared memory.
Is there a way to absolutely ensure that multiple RemoteApps are running within the same session (with the same user) so that they can access the same shared memory?