Why can’t /wp-login.php be load balanced?
A few things to check on: Review wp_salt. Make sure all of the web servers are running on the same set of salts in the wp-config.php file. Ideally, these should be mirrored from a single location. Review is_ssl() and make sure this function is properly detecting SSL across all of your web servers. I’ve seen … Read more