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

Example of cookie-based preferential load balancing

For example, a Web server authenticates a user via a password and then sets cookies to classify customers as Gold, Silver, or Bronze. Servers are configured as follows:

With servers defined to handle the requests listed above, here is what happens:


Request # Cookie Request is forwarded to...
1
None
Real Server 4 to get cookie assigned
2
Gold
Real Server 1
3
Silver
Real Server 2
4
Bronze
Real Server 3
5
Titanium
Real Server 4, since it does not have an exact cookie match (matches with "any" configured at Real Server 4).

See also:


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