Previous Topic: Session Scheme API Methods

Next Topic: Configure Rewritable Session Schemes

Configure Custom Session Scheme in the server.conf File

When you compile the code for a custom session scheme you must configure the session scheme in the SPS server.conf file. To configure the session scheme, add a SessionScheme element to the file. For example:

<SessionScheme name="custom_scheme">
		class="com.netegrity.proxy.session.CustomScheme"
		accepts_smsession_cookies="false"
		property1="value1"
		property2="value2"
</SessionScheme>

In addition, if you have configured user agent types, you can map the session scheme to any appropriate user agents types.

More information:

Session Scheme Mapping for the Default Virtual Host