see screen --help
screen -list gives you all active screens
with screen -r id(or name) you can restore the screen
CTRL+A+D in an active screen to detach it.
To restore a screen from a different session do
script /dev/null (this will though still only show all screens from the current user, so su to the user who started the screen beforehand)
and continue then as explained above