Introduction One of the common issues we ran into when running an application on a multi-server environment is how to manage sessions. especially an AWS auto-scaling architecture. In this article, we’re going to discuss some approaches we used in our manage environments to overcome such issues. Load Balancer Session Stickness: AWS application load balancer...