pui.ontimeout
The pui.ontimeout event, if defined, is a function that fires after a client-side session timeout occurs in a Genie or a Profound UI application. At this point, the session is over and an information screen displays. This event could be used, for example, to navigate to another page, close the browser window (where allowed), etc.
Example:
pui.ontimeout = function() {
location.href = "/my_timeout_page.html"
}
Some documentation pages have recently moved to a new section: Profound AppDev. If you are having trouble finding specific pages, try the documentation search capability or reach out to our Support team!