You can end but not start sessions manually using our public API.
Embrace.getInstance().endSession() or Embrace.getInstance().endSession(boolean clearUserInfo)
This method will end the session and start a new one automatically.
The conditions to end sessions manually will only work under the following conditions:
1. The config must not be set to end sessions automatically every x amount of seconds.
2. The config must not be set to end sessions in the background,