// Tutorial //How To Share PHP Sessions on Multiple Memcached Servers on Ubuntu 14.04 Introduction Memcached is a distributed object caching system which stores information in memory, rather than on disk, for faster access. PHP’s Memcache module can be used to handle sessions which would otherwise be stored on the file system. Storing PHP sessions in Memcached has the advantage of being able to di