cookie
Parameters
value
The cookie to be configured on the server. The cookie must be 1 to 200 characters in length and can contain only ASCII characters and digits. It cannot contain commas (,), semicolons (;), or space characters. It cannot start with a dollar sign ($).
NOTE: This parameter takes effect when the
StickySessionEnabled
parameter is set totrue
and theStickySessionType
parameter is set toServer
.