Showing starting app every 15 min without use

0
I have created a mobile application through mendix and I have noticed that if the app is not used for 15 min and try to open it it shows starting app which means that it starts initiating from the beginning, so my question is how can i extend this time knowing that I implement the app on premises with license key and I have tried to add background worker but it doesn’t help.
asked
2 answers
2

Hi Mohamed, this might happen because the session becomes invalid. Try changing the session timeout paramater in the custom settings of the runtime configuration, see https://docs.mendix.com/refguide6/custom-settings#1-custom-settings

answered
2

And for mobile you could also use this widget: https://appstore.home.mendix.com/link/app/108446/Magnus-Consulting/InsomniaForPhoneGap-

Regards,

Ronald

 

answered