When creating a new tmux session
$ tmux new
a default name of 0 will be given to the session.
0
If you'd like to give your session a name with a bit more meaning, use the -s flag
-s
$ tmux new -s burrito
source