> I am having some issues with sticky sessions. The sessions are not sticking. 
>  
> I am using tcp mode with ssl. I have implemented the example out of the  
> manual. 
> The user is getting bounced back and forth between the two servers,  
> which is causing issues in the application. 
> Am I missing something?

Probably because TLS tickets are used instead of the SSL session ID. Either
disable TLS tickets on your backend or use some other stickiness methods,
like source ip stickiness.


Lukas

                                          

Reply via email to