I get an error: User is already logged in from another device/computer. The application is configured to disable multiple concurrent logins with the same user credentials.
Enable Multiple Logins is disabled (Secondary login set as logout and notify the first user), because we do not want multiple logins. We want the last session to be deactivated and the new one activated when logging in.
Unfortunately I cannot reproduce this issue (tried to login using 3 different devices and no error occured).
Could you please provide the steps (preferably with code snippet) to reproduce this issue?
It’s just a basic login operation Backendless.shared.userService.login, which results in errorHandler being called with the fault object. fault.message says: “User is already logged in from another device/computer. The application is configured to disable multiple concurrent logins with the same user credentials.”
It’s working for me now as well, but this is happening randomly from time to time.
Can you check your logs?
Otherwise, how can we resolve this if it’s a random occurance?
Got the same error just now. I did not correctly enter the password and the account was locked out, then I re-enabled the account and got the error when trying to login again: “User is already logged in from another device/computer. The application is configured to disable multiple concurrent logins with the same user credentials.”. I was not even logged in previously…
Swift-SDK uses REST API for requests. @Invited I’ve tried to reproduce this steps in your APP
I did not correctly enter the password and the account was locked out, then I re-enabled the account and got the error when trying to login again: “User is already logged in from another device/computer. The application is configured to disable multiple concurrent logins with the same user credentials.”. I was not even logged in previously…
but with no luck.
Everything works fine.
Could you please answer Vladimir’s questions to clarify details?
I’ve tried to login with credentials you’ve sent us and everything works without any issues.
Could you please attach a simple sample project (just with login) that reproduces this issue because we cannot reproduce it.
We don’t see any problems in our logs, please add them on your side.
Also, please provide an example that reproduces this issue at lease once - we’ll run it in a loop for tests.