i am on the way to load balance some drupal site, 2 servers running the exact same site, DB running on a different server that both access, and another server where the load balancer will run.
I am following this guide and i was wondering about that sticky session part.. Since i have all the shared static data stored in a NAS accessed by both drupal servers, why not defining in the PHP.ini of both drupal servers the session.save_path to some location on that NAS instead of using sticky sessions? would that work?
what are the pros and cons of that? thanks!