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?
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?
Hello Michael, please give us more information how you store your users session id now? Some code example.
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.
I believe the session should last for about 24 hours.. but let me double check.
Any details on this Max?
The session right now is set to two hours with no activity.