Hello,
1. What is the difference between Active and Idle connections. Is it that when a user clicks a link on the web page, the connection becomes active. And when the resultant page is displayed to the user (the waiting is over) is considered inactive/idle connection.
This is in context of timing out active connections through ACE static cookie configs.
2. When the static cookie expires, is a new random cookie (based on load balance algorithm) assigned to the client or is the same cookie updated with new expiration time. I have noticed the second case occuring. Hence, the same client does not get forwarded to another rserver.
3. How can I simulate early cookie expiration through the client to test out the change in behaviour and reassignment of new cookie (possibly changing client system date etc.)
4. Can the browser store two cookies against the same host at the same time for e.g. for 'www.abc.com'
5. What happens if the browser sends an expired cookie. Does the load balancer detect the expiration and hence assign new cookie through the configured load balancing algorithm.
6. Is is common/reliable to use 'least-load' algorithm with Windows Server 2003 SNMP services or does it break very often. I would like to choose between 'least-conn' and 'least-load'.
Thanks.