I want to open a WebView inside the vDesigner Mobile App and need guidance on maintaining the user session.
The mobile app has an idle session timeout of 10 minutes. However, when the user opens a WebView, they may perform activities there that take more than 10 minutes.
In this scenario, the user is active within the WebView, but the mobile app considers the user idle because there is no activity on the mobile app itself. When the user returns from the WebView, the mobile app idle session has expired and the user is logged out.
How can I manage the session timeout in this scenario? Is there a recommended way to keep the mobile app session active while the user is actively interacting with the WebView?