The mini-cookies session scheme stores session information in the SPS in‑memory session store and creates a cookie that contains an encrypted token that the SPS returns to the user.
This section has the following format:
<SessionScheme name="minicookie">
class="com.netegrity.proxy.session.MiniCookieSessionScheme" accepts_smsession_cookies="false" # The name of the small cookie to be stored in the client. cookie_name="SMID"
</SessionScheme>
The directives in the mini-cookies session scheme are listed following.
Specifies the java class that defines the session scheme. This directive is not modified when you want to use the mini-cookies session scheme provided with the SPS.
Default: com.netegrity.proxy.session.MiniCookieSessionScheme
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 the SMSESSION cookies are not supported by the session scheme. Use this setting to verify that only a mini-cookie session is used for the session scheme.
Indicates the name of the mini-cookie that contains the token for the user session.
Note: This name is not configured using the same value for all SPS that provides single sign-on.
| Copyright © 2012 CA. All rights reserved. |
|