PDA

View Full Version : Session expires in IE / Load Balancer problem


kuletog12
06-05-2008, 06:58 PM
Hello all,

Currently, our applogic application is configured such that a load balancer balances between 2 servers. However, we're currently experiencing a problem wherein after another request to the server, the session expires. The problem usually happens when using Internet Explorer. We feel that this might be an issue with the load balancer.

What load balancing settings do you recommend to keep the stickiness of the sessions so that they don't expire early?

Thanks

PeterNic
06-07-2008, 12:11 AM
kuletog12,

You can set the following:

cookie_name=session_id
mode=insert
timeout=3600


For more details and use cases in HLB, please see http://doc.3tera.net/AppLogic2/CatSwitchesHlb.html. Some versions of HLB seem to have a problem with timeout=0, so please set it to an explicit value.

Let me know if this helps...

Regards,
-- Peter

PeterNic
06-12-2008, 04:59 PM
kuletog12, is the problem resolved?

kuletog12
07-04-2008, 03:29 AM
Thanks, the solution worked