first sorry for second post today,
i wish to ask how LVS manage the session already
opened.
i explain my problem.
when a user connect to my website lets say the
director forward the client to realserver A
once the client is logged, session are created on
realserver A, but when the client make another
request, the director can forward it on realserver B..
here problems comes, because the realserver B dosnt
have any session for this client... (the session is on
realserver A)
so question is how "chain" a client to a realserver
till the connection is estabilished and dont let the
client jump from A to B for each request ?
thank you
|