I am using the admin API to authenticate users and create Couchbase sessions. When I try to create a session for the same user from multiple devices, a new session is created (good) but the previous session is abandoned and no longer usable. When attempting to make any requests from the first user who authenticated, a 401 unauthorized is returned.
Other posts I have seen indicate that this is possible, but in practice it doesn’t seem to work.
Is there any way to have multiple active sessions for a single user account in Couchbase server?
Now, if I switch to a different device and log in using the same username as before, the original session no longer works when submitting new documents:
I’m still learning about the product, so maybe? Wherever the admin API resides for creating sessions, users, etc. Also, I updated my post with the version I am using.