In really large, complex data entry apps, it can sometimes be the case that the user session times out before the complete data is entered (due to security requirements). To avoid this, we can add some code to keep the session alive.
In this case the keep-alive is called as user tabs around the form. You [...]


