Atrium.resetInactivityTimeout()



This method resets the Atrium inactivity timeout. This API can be used by custom or 3rd party web applications running in an Atrium tab to prevent the Atrium session from timing out while the user is actively using the application. The API does nothing if the page is not running in Atrium, or if Atrium's session timeout management is not enabled.

This API is available in Profound UI Version 6, Fix Pack 14.1 and newer.



Example:

Atrium.resetInactivityTimeout();