I'm basically trying to recreate the environment that Cloud9 provides - a work session with an editor and terminals which can be disconnected from and reconnected to from any PC. I have set up a server with X and SSH installed, and I can launch graphical applications like gVim remotely. The next issue is to be able to disconnect from the gVim instance and reconnect to it from a different computer.
Is this possible? Assuming the answer isn't "no", how can it be done?