Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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"
}
  • No labels