Unable to start multiple sessions using same user

Forum / General Discussions / Unable to start multiple sessions using same user

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12338
    kgrzeska
    Participant

    Hi,

    I encountered the following problem:

    I like to start an application in seamless kiosk mode with

    nxplayer –hide –exit –session some_nx_session_file.nxs

    important

    <option key = “User” value =”someuser” />

    is constant so every session runs under the same user.

    The first session starts perfectly. The seconds session closes the first and starts a new one.

    Is there a way to set a key in the nx sessionfile to create a new session without closing the previous?

    If i start the application through the gui i can start an additional application just perfectly.

    Best regards

    Konrad

    #12351
    Tor
    Participant

    Hi Konrad.

    By default NoMachine enables the automatic migration feature: when a user connects to a server where the same user is already connected, NoMachine migrates the running application to the new connection. This behaviour can be changed in two ways:

    • Change the server.cfg file by disabling the ‘automigrate’ feature
      ConnectPolicy autocreate=1,autoconnect=1,automigrate=0,desktop=0,dialog=0
    • Create more than one NXS file, each one with a different name, so the client will not match the running session for the migration
Viewing 2 posts - 1 through 2 (of 2 total)

This topic was marked as solved, you can't post.