I have an Apache instance load balancing requests to multiple tcServer instances running a grails application (which in turn talk to MySQL-master).

From checking my logs it appears that incoming HTTP requests are distributed across multiple tcServer instances, this isn't what i want.

Can someone tell me how to enable session affinity, via sticky-sessions or else session replication?