I am working on a mobile application project based on IBM worklight. I am using Worklight Single step form based authentication for log in module to validate user and create user session on server. Now what is need is to keep user session active until user log out from the app regardless application run in background or foreground.
I read worklight documentation for server tuning, but that stated user session can be keep active by setting heart beat interval and server session timeout. That is working fine when app run in foreground but when app goes to background heart beat stops and user session get invalidated after specified server session time out . So is there any way to make server session timeout unlimited.Any help will be appreciated.
I am using IBM Worklight 6.0 and WebSpere Application server V8.5 and building app for iPad/iphone devices.