I am currently using an AWS ELB
with Application-Controlled Session
Stickiness which has PHPSESSID
assigned as the cookie name.
I managed to get the session cookie PHPSESSID
on android in the HTTP response header. In order to maintain this stickiness and direct subsequent requests to the target web server, do I have to send the cookie from android back to the web server? Because the load balances has to look at HTTP header requests coming from android in order to determine which server it should direct subsequent requests.