Michael Pierce
Posts: 0
Joined: Mon Apr 22, 2013 12:36 am

User Sessions

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?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

User Sessions

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

Michael Pierce
Posts: 0
Joined: Mon Apr 22, 2013 12:36 am

User Sessions

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

User Sessions

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

Simon Bauman
Posts: 0
Joined: Wed Oct 16, 2013 9:50 pm

User Sessions

Any details on this Max?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

User Sessions

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

Return to “Issues”