How do the different timeout settings affect the Mobile Client and Login / Logout behaviorSummaryA small number of iOS users are reporting occasionally being logged out of the Now Mobile app mid-task. These users are actively using the app when they are suddenly presented with the 'You have been logged out modal and then the app proceeds to log them out. The same users have often encountered the problem more than once. The following properties have all been set: The OAuth refresh token lifespan for the ServiceNow Mobile App record in the oauth_entity table (defined in seconds)The OAuth access token lifespan for the ServiceNow Mobile App record in the oauth_entity table (defined in seconds)The web session timeout is defined by the glide.ui.session_timeout system property (defined in minutes)The integration session timeout is defined by the glide.integration.session_timeout system property (defined in minutes). We don't want anyone to be logged out until they have been inactive for 30mins or more.