I'm looking for guides, advice, or samples of how to develop and config a PHP app that support load balancing on AWS with Apache, how to control session between load balanced server.
I've never load balanced servers before. My PHP app will be a web app that can serve hundred of users at the same time, it will use MySQL database.