Thanks for your reply.
 
I have configured LCDS setup correctly and  i am also using the sticky session 
and I am still getting the similar behavior. 

For clustering I have followed step given for LCDS clustering.

Could you please elaborate  "make sure your LCDS setup is correct
 for clustering" If you are referring some specific step which i am missing. 

Following are the piece of code
When user login to application. I am storing data in FlexClient i.e
FlexContext.getFlexClient().setAttribute("userName", username);

and in every call  i am retrieving the username  from FlexClient 
i.e 
FlexContext.getFlexClient().getAttribute("userName");

but in case of serverFailure. I am getting null value on other node.

According to me if FlexClient is clustered aware then I supposed to get that 
userName which i have set in FlexClient.

Could you please any one let me know whether it is right expectation or not.

Thanks

--- In [email protected], "Gregor Kiddie" <gregor.kid...@...> wrote:
>
> I believe it is, but you need to make sure your LCDS setup is correct
> for clustering, and that your load balancer is using sticky sessions for
> it to work.
>


Reply via email to