Page 1 of 1

Background App Refresh and Session Tokens

Posted: Wed Apr 23, 2014 12:18 am
by Rick O'Connor

I realise the session token expires after 120 since last activity.
Does this activity include background app refresh? Consider my iOS app pushes geolocation data to the database every 10 mins. Will that count as "Activity" and therefore the session token will remain active indefinitely? Thanks.


Background App Refresh and Session Tokens

Posted: Wed Apr 23, 2014 2:37 am
by Rick O'Connor

*120 mins


Background App Refresh and Session Tokens

Posted: Wed Apr 23, 2014 5:24 am
by Maryna Brodina

Hello!

When you send data to DB you use session token. If you send data every 10 minutes, session token won't expire.