Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Define the function like shown in the following example to redirect a user to a sign on page instead of seeing the message to close the browser.

Atrium.onclose = function(){
  document.location = "/profoundui/atrium";
};

// Make sure this is set for extra security to tell the browser to not cache credentials.
Atrium.CLEAR_CREDENTIALS = true;


This API is available in releases of Profound UI after Version 6 Fix Pack 20.0.