Security hardening measures

When a user logs into the application, they provide a username & password. This is sent to the server, and if successfully authenticated, the server responds with a unique token. The token, in this case, is 'LTPA token'. This token is used in all subsequent requests to recognize the user and then serves privileged content. When the user logs out, we would expect this token to become invalid. but this is not the case and there is no way to invalidate the LTPA token, which has been confirmed by IBM. IBM's recommendation is to use two "security hardening measures" of:

  1. Setting the security Requires SSL option;
  2. Setting a custom property to limit LTPA cookies to SSL only.

The default configuration scripts make this change and the steps are documented Configure Administration Security.

For more information see: