--- ./orig-cfgs/php.ini 2014-02-10 20:58:51.440008745 -0500 +++ /etc/php.ini 2014-02-10 18:06:43.080008744 -0500 @@ -1237,11 +1237,11 @@ ;browscap = extra/browscap.ini [Session] ; Handler used to store/retrieve data. ; http://www.php.net/manual/en/session.configuration.php#ini.session.save-handler -session.save_handler = file +session.save_handler = memcache ; Argument passed to save_handler. In the case of files, this is the path ; where data files are stored. Note: Windows users have to change this ; variable in order to use PHP's session functions. ; @@ -1266,11 +1266,11 @@ ; session.save_path = "N;MODE;/path" ; ; where MODE is the octal representation of the mode. Note that this ; does not overwrite the process's umask. ; http://www.php.net/manual/en/session.configuration.php#ini.session.save-path -session.save_path = /var/lib/php/session +session.save_path = "tcp://localhost:11211?persistent=1&weight=1&timeout=1&retry_interval=15" ; Whether to use cookies. ; http://www.php.net/manual/en/session.configuration.php#ini.session.use-cookies session.use_cookies = 1