cancel
Showing results for 
Search instead for 
Did you mean: 

WebDispatcher + Load Balancing + Sessions

rlabarca
Participant
0 Kudos

Hi,

i have a webdispatcher for the productive system. A few weeks ago we've implemented an aplication server but when you log to the web instance it randomly sends a "session time out".

That happens because when i log in, the system creates the session in "A" aplication server. While the load balancer sends me to "A" everything works perfect, but if I fall in "B" aplication server i get a "Session Timed Out" error, because the session doesn't exists in "B" (was created on "A").

My questions are:

1.- Is there any way to disable the Load Balancing on the webdispatcher?

2.- Where can i maintain the destination of the sessions?

3.- Does exists any parameter that enables something like a session balancing or session share...

thanks in advance.

Rafael.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You must have a problem somewhere because the web dispatcher is able to detect statefull applications and to send all the http requests from one statefull session on the same application server.

Are your SSO2 cookies correctly configured ?

Regards,

Olivier