I am creating an app in IBM Worklight 6.2 for my Organization. I have set session timetout property in worklight.properties to 5 mins.
#######################################
Idle session timeout in minutes
#######################################
serverSessionTimeout=5
Its working perfectly fine and user is getting logged out from app, however, its not notifying that session timeout is occurred. Is there any way through which I can notify user that his session is going to expire in a minute or so?