Hi,
What is the ACE model, which you are using now and how did you configured sticky now on your device?
Example of IP Address Sticky Configuration
The following example illustrates a running configuration that defines IP address stickiness.The IP address stickiness configuration appears in bold in the example.
In this configuration, the ACE uses IP address stickiness to stick a client to the same server for multiple subsequent connections as needed to complete a transaction using the client source IP address, the destination IP address, or both.
access-list ACL1 line 10 extended permit ip any any
ip address 192.168.252.240
ip address 192.168.252.241
ip address 192.168.252.242
sticky ip-netmask 255.255.255.255 address both SGROUP1
class-map match-all L4STICKY-IP_115:ANY_CLASS
2 match virtual-address 192.168.120.115 any
policy-map type loadbalance first-match L7PLBSF_STICKY-NETMASK_POLICY
sticky-serverfarm SGROUP1
policy-map multi-match L4SH-Gold-VIPs_POLICY
class L4STICKY-IP_115:ANY_CLASS
loadbalance vip inservice
loadbalance policy L7PLBSF_STICKY-NETMASK_POLICY
loadbalance vip icmp-reply
description Upstream VLAN_120 - Clients and VIPs
ip address 192.168.120.1 255.255.255.0
nat-pool 1 192.168.120.70 192.168.120.70 netmask 255.255.255.0 pat
service-policy input L4SH-Gold-VIPs_POLICY
ip route 10.1.0.0 255.255.255.0 192.168.120.2
It Depends on your scenario as well. But this type of sticky is the basic method get the sticky table created and worked out. you can restrict it only with source not with destination something like that you can do with this.
Regards
Karthik