Jupyter server, ssh and screen

I tend to start jupyter server in screen on remote. However, it seems that sometimes if I open another screen session on the same machine. The requests from local through ssh end up in the newer screen session instead of the one with the running notebook, which means I can no longer connect to it.

Is there a way around this?