Good day.
For a few days i am trying to use stick-table with cookies and url
parameters because flash does not support cookies
i have the following configuration:
backend webservers_backend
cookie SERVERID insert indirect nocache
stick-table type string len 40 size 20k
stick store-response set-cookie(SERVERID) table webservers_backend
stick on url_param(SERVERID) table webservers_backend
server memtom1 ip1 check inter 5000 cookie memtom1
server memtom2 ip2 check inter 5000 cookie memtom2
i also try other configurations.. however it does not work..
the call from flash..
getConfig?val1=xcv93ec9&SERVERID=memtom2;%20path=/
i also try
getConfig?val1=xcv93ec9&SERVERID=memtom2
but it does not work for both..
I am entering a dead lock...
------
Give a man a fish and you feed him for a day. Teach him how to fish and you
feed him for a lifetime.