Configuring the WSM using Device Manager # Go back one pageGo to the next page#Go to this book's Index

Example 2: Parsing the cookie

This example includes three WSM configurations using hashing or wild cards to determine which part of the following cookie to use for selecting a real server.

Cookie: sid=0123456789abcdef; name1=value1

To direct the WSM to use the entire sid cookie as a hashing key for selecting the real server, use the following virtual server and service settings.


Virtual Server setting Description
Cookie Search = Disabled
Disabled--looks for the cookie in the HTTP header.
Cookie Name = sid
Embeds this cookie name in the server response. The WSM searches for this cookie name in subsequent requests from the same client.
Cookie Offset = 1
Tells the WSM to start searching at the 1st byte of the cookie.
Cookie Length = 16
Tells the WSM to extract the full 16 bytes.


Virtual Server Service 80 setting Description
Persistent Binding = Cookie
Tells the WSM to look for the cookie embedded in the server response in subsequent requests from the same client.
Cookie Persistence Mode = Passive
Enables passive cookie-based persistence.

See also:


Go back one pageGo to the next page##Go to this book's Index