We have a Logout page that uses a redirect.
Function and Global Variable Declaration
function redirect(){
html_GetElement('wwvFlowform').action="&LOGOUT.";
doSubmit("Go");
}
Execute when Page Loads
redirect();
Shared Components:
Application Items
LOGOUT
Computation
LOGOUT
Classic Navigation Bar Entries
Logout
This no longer works with 20.1 with out having teh followign checked:
User Interface
Include Deprecated or Desupported 18.1
Javascript Functions 18.x
We are trying to get away from using those two checkboxes. Does anyone else have a good way to do a logout page?