Page 1 of 1

User Sessions

Posted: Thu May 02, 2013 9:36 pm
by Michael Pierce

It seems that user session id's only last a couple of hours. Is there a way to increase the amount of time a user session id remains valid so my users don't have to continuously login every couple of hours?


User Sessions

Posted: Thu May 02, 2013 9:54 pm
by Illya Stepanov

Hello Michael, please give us more information how you store your users session id now? Some code example.


User Sessions

Posted: Thu May 02, 2013 10:06 pm
by Michael Pierce

after invoking the login service i have the response returns the user session id and then I store that into a local variable called userSession and then i use that local variable to check if the session is valid the next time the app is started. This works fine except if I don't start the app for awhile. After a couple of hours without starting the app the userSession doesn't register as valid and then the login screen is displayed again.


User Sessions

Posted: Fri May 03, 2013 3:39 am
by maxkatz

I believe the session should last for about 24 hours.. but let me double check.


User Sessions

Posted: Thu Oct 17, 2013 1:47 am
by Simon Bauman

Any details on this Max?


User Sessions

Posted: Thu Oct 17, 2013 2:44 am
by maxkatz

The session right now is set to two hours with no activity.