Previous Topic: Simple URL Rewriting Configuration

Next Topic: Rewrite FWS Redirects for Simple URL Session Schemes


Enable Cookieless Federation for Rewriteable Session Schemes

For the SPS to use rewritable session schemes, such as simple URL session scheme, in a federated environment, configure cookieless federation.

To configure cookieless federation

  1. Open the server.conf file in a text editor. This file is located in the directory sps_home/secure-proxy/proxy-engine/conf
  2. Add the following code to the virtual host section for the virtual host that is serving FWS.

    cookielessfederation="yes"

  3. Save the file.
  4. Restart the SPS.

Note: No separate post filter, such as the CookielessFedFilter needs to be enabled for the SPS federation gateway. This functionality is provided out-of-the-box when you enable the federation gateway functionality. You have to enable this post filter when the SPS is not acting as a federation gateway.