How To Store PHP Sessions in Memcached on a CentOS
Store PHP Sessions in memcached will improved the performance for busy server. Why? Because memcached will store session in memory instead of files. The following how to install Memcached and buold PHP memcached extension:1. Install Memcached:# yum install memcached2. Since …
How To Store PHP Sessions in Memcached on a CentOS Read more »