Sticky sessions

When the Web redirector performs load balancing, the load is spread between a number of servers. When session data is maintained by the server, it is more efficient to send all requests for the same session to the same server (sticky sessions). To enable sticky sessions, set the includeServerInfoInSession property on the socket listener.