You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user closes the application, it doesn't end the session and hence doesn't fire the session.end method.
I think this could be due to the fact there is no reliable way to listen to application close event in android, but in that case should we persist the session start event and close the previous session in the next application launch?