server
Use the server entry in the [dsess-cluster] stanza to specify each distributed session cache server and its priority in the cluster.
Syntax
server = {[0-9],}<URL> Description
Specifies a priority level and URL for each distributed session cache server that is a member of this cluster. Multiple server entries can be specified for a given cluster.
Options
- 0-9
- A digit, 0-9, that represents the
priority of the server within
the cluster (9 being the highest, 0 being the lowest). If the priority
is not specified, a priority of 9 is assumed. Note: There can be no space between the comma (,) and the URL. If no priority is specified, the comma is omitted.
- URL
- A well-formed HTTP or HTTPS uniform resource locator for the server.
Usage
This stanza entry is required when:
[session]
dsess-enabled = yes Default value
This entry is disabled by default.
Example
server = 9,http://dsc.example.com/DSess/services/DSess