Multi-Server Session Sharing with PHP + Memcache
In many cases, a complete system may run across multiple servers. If these servers need to share sessions, PHP’s default file-based session storage falls short. At this point, you can consider using memcache to handle session storage and …