User is logged out before a session timeout

  1. User logs in using a device.
  2. User logs in on another device
    BUG> User session is terminated on the first device.

Expected behaviour> User should stay logged in on any number of devices simultaneously.

You are correct. Unfortunately, currently some requests expect the location on your device to match the one saved on the server, which implies there can’t be 2 simultaneous sessions.

However, I plan to change a lot of the code related to this, when we release offline searches in the coming months. When that happens, I’ll be able to switch how sessions work and address this issue.