Open DACS behavior when number of simultaneous login

I have a user logged in with position `X` and number of simultaneous login allowed is set to `1`. What happens in following cases -->

1. Same user tries to login again with same position

2. Same user tries to login with different position . Will new login be blocked or old user will be automatically logged out?

Best Answer

  • Jirapongse
    Answer ✓

    @mktdata

    Thank you for reaching out to us.

    I tested those cases and got the following results.

    1. Same user with the same position can login properly

    2. Same user with the different postion can't login and the error is Access Denied: already using position 10.0.0.1

    However, you may need to contact the DACS support team directly via MyAccount to confirm this behavior.

    09:31:39    Received DACS Authorization Event...
            User: User1 Position: 10.0.0.1/net
            Status:    Loggin
            Status Code:    NoStatusCode
            Status Text: LoginResultPass:    handle[1]
    09:31:43    authorizationAgent::login() succeeded
    09:31:44    Received DACS Authorization Event...
            User: User1 Position: 10.0.0.2/net
            Status:    LoggedOut
            Status Code:    LoginDenied
            Status Text: Access Denied: already using position 10.0.0.1
            DACS Event stream closed
    09:31:50    authorizationAgent::login() succeeded
    09:31:50    Received DACS Authorization Event...
            User: User1 Position: 10.0.0.1/net
            Status:    Loggin
            Status Code:    NoStatusCode
            Status Text: LoginResultPass:    handle[3]

Answers

  • Open DACS behavior when number of simultaneous login

    I have a user logged in with position `X` and number of simultaneous login allowed is set to `1`. What happens in following cases -->

    1. Same user tries to login again with same position

    2. Same user tries to login with different position . Will new login be blocked from or old user will be automatically logged out?

    In Open DACS with a simultaneous login limit set to 1, here's how it behaves:

    1. Same User, Same Position: If the same user tries to log in again from the same position, the new login attempt will be blocked. The user will be unable to log in again from the same position.

    2. Same User, Different Position: If the same user tries to log in from a different position, the new login attempt will typically block the old session. The original session will be automatically logged out locksmith to allow the new login.

    This behavior ensures that only one active session per user is permitted at any time.