I am working on LCDS clustering. My application uses RTMP endpoint for server communication. I am storing user information in flex session. But FlexSession is not clustered aware so I am not getting user information from FlexSession on second server in case of first Server failure. Because New FlexSession gets created on second server.
I have tried using to store data in FlexClient But I have got similar behavior. I am not sure whether LCDS Cluster replicates the FlexClient or not. Could any one let me know whether FlexClient is clustered aware or not. If it is not where I would store user information so that I can get the information on another server in LCDS clustering.

