On iOS, if you start a timer:
[Flurry logEvent:eventName withParameters:parameters timed:YES];
What happens if the user leaves the app and the session ends? Does the time get logged?
What happens if the user leaves the app and then returns before the session ends?