how to reconnect to tmux session code example
Example 1: tmux new session
tmux new -s session_name
Example 2: tmux resume
tmux attach
# OR
tmux attach-session
tmux new -s session_name
tmux attach
# OR
tmux attach-session