Previous Topic: How Full Logoff Works

Next Topic: How to Configure Full Logoff for Single Sign-on

Configure Full Logoff

Full logoff uses a custom logoff page that you create along with the following parameter:

To configure full logoff

  1. Create a custom HTTP application to log the user off, for example, add an Exit or Sign Off button that redirects the user to a URL you specify.
  2. To make sure that an HTML logoff page is loaded from the web server and not from the browser's cache, set up the logoff page so it cannot be cached in the browser. For example, for HTML pages, you can add the following meta tags to the page:
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    
    <META HTTP-EQUIV="Expires" CONTENT="-1">
    

    Important! Meta tags may not always work with an Internet Explorer browser. In this case, use a cache-control HTTP header.

  3. Configure the LogOffURI parameter with the following steps:
    1. Delete the pound sign (#), if necessary.
    2. Enter the URI of the custom HTTP file that will log the user off. Do not enter a fully qualified URL.

      Full logoff is configured.

More information:

Specify the Cookie Path for Agent Cookies


Copyright © 2010 CA. All rights reserved. Email CA about this topic