Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Is it possible to share the same session for more than one user at the same time?! if yes how to do that?

share|improve this question
what king of session do you mean, xrdp? – user91632 Sep 22 '12 at 6:59

2 Answers

up vote 2 down vote accepted

Edit the sesman.ini and unders the section [Sessions] add the following :

AllowSharing=1
share|improve this answer

Tmux and GNU Screen are well-known utilities which allow multiplexing of virtual consoles. Using either, it is possible to start a session, detach, move to a different machine and resume the session in uninterrupted progress. It's also possible to use these tools to share a single session between more than one user at the same time.
This is a nice tutorial to learn about

share|improve this answer
More info from the tutorial would be nice. – ObsessiveSSOℲ Oct 18 '12 at 20:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.