Hi, Is there any way to achieve session stickyness via Nginx proxying? Using Apache ProxyPass directive one can write : ProxyPass / balancer://mycluster/ lbmethod=byrequests stickysession=BALANCEID and use a BALANCEID cookie from the backends to direct users to the right servers. Does Nginx (0.5x) have a similar mechanism? Regards -- Denis