PHP can run mostly unmodified when dealing with clustering solutions, except
for one crucial area, session management.
The Problem
When you're remembering data about users, it needs to be saved universally,
however, php sessions are only natively adapted to using files.
Solutions
- • NFS
- • RDBM
- • Msession
- • SRM