Can I name GNU screen sessions?
If you create new session, you can use screen -S <mysession>
In already running session, hit Ctrl-a
and type :sessionname <mysession>
Read the documentation more thoroughly. It seems once I'm in a session I can name it using
screen -S <name>