The SSL ID section lists the session scheme using the SSL ID.
SSL ID session schemes can be supported without any custom work using the Java classes that are packaged with SPS.
Important! To use the SSL ID authentication scheme, you also have to enable a setting in the Apache Web server's httpd.conf file.
The SSL ID session scheme has the following format:
<SessionScheme name="ssl_id">
class="com.netegrity.proxy.session.SSLIdSessionScheme" accepts_smsession_cookies="false"
</SessionScheme>
The directives for the ssl_id are as follows:
Specifies the Java class that handles SSL ID session schemes.
Default: com.netegrity.proxy.session.SSLIdSessionScheme
Indicates if SMSESSION cookies are accepted. Specify one of the following values:
Indicates that SMSESSION cookies are accepted and used by the session scheme.
Indicates that SMSESSION cookies are not supported by the session scheme.
| Copyright © 2012 CA. All rights reserved. |
|