A handy 'intro' blog post to running web applications on multiple servers.

Edit: In line with session persistence between servers, this tutorial outlines how to use the session_set_save_handler to switch to a database or other file based system for storing sessions in PHP.