load balancing with php sessions
Moderator: General Moderators
load balancing with php sessions
Does anyone have any experience doing load balancing with php apps? I'm thinking of adding on load balancing, but am debating about how I should handle sessions (custom handler, NFS).... if I use an NFS then obviously that server is the weakness and could fail... if I use some sort of custom session handling, then I have to change a lot of code and figure out what to do... Any suggestions?