How to change the session

Options

Hi,

We are having set of environment scenes which is consider the each scene is a session.

currently player in one session with multiplayer connection. but, cannot get it into the another session. we are followed the below things:

await runner.Shutdown();

        SceneManager.LoadSceneAsync(sceneName);

but in that second scene does not connect multiplayer.

Note: each scene has network runner.

Please let me know if what we are missing to change session.

Thanks in advance.