Forum Discussion

Kai_M__48813's avatar
May 28, 2015
Solved

cannot load balance security servers in our vdi environment

hi, all   we are faced with a problem, after deploying the vmvare view iapp to implement a vdi environment. Due to issues with 2 factor authentication, we decided to only loadbalance, so the bigi...
  • Josiah_39459's avatar
    May 28, 2015

    If the servers use stateful information (seems likely) and do not sync this between each other, you probably need to ensure that sessions are "sticky" or "persistent" (i.e. all requests for a specific session go to the same pool member). Using source ip persistence on the pool would be a good way to test if this works for you and then you can work to make the persistence more specific to your application (via cookie hash or universal persistence etc) after that.