Home > Configuration > Load Balancing > setlbgroup_persistencetype

setlbgroup_persistencetype

Use this method to set type of persistence for the group. Available settings function as follows:
* SOURCEIP - Create persistence sessions based on the client IP.
* COOKIEINSERT - Create persistence sessions based on a cookie in client requests. The cookie is inserted by a Set-Cookie directive from the server, in its first response to a client.
* RULE - Create persistence sessions based on a user defined rule.
* NONE - Disable persistence for the group.

Syntax



Parameters

name

Name of the load balancing virtual server group.
This is mandatory parameter.

persistencetype

Type of persistence for the group. Available settings function as follows: * SOURCEIP - Create persistence sessions based on the client IP. * COOKIEINSERT - Create persistence sessions based on a cookie in client requests. The cookie is inserted by a Set-Cookie directive from the server, in its first response to a client. * RULE - Create persistence sessions based on a user defined rule. * NONE - Disable persistence for the group.
Possible Values : SOURCEIP, COOKIEINSERT, RULE, NONE.

Return Value

Returns simpleResult

See Also