Switching between sessions

Unix sys admin in training here and I was performing a rollout of java code. While rolling out my connection to the server was broken.

I logged back on to the box and performed a ps -ef | grep 'user' .

I could see that session and pid number.

My question is was there anyway to resume or switch into that sesssion?

how exactly did your session terminate? was there a network issue? how are you rolling out your java code (hopefully with a red carpet :smiley: ) ?