Session\Adapter\Libmemcached
Class Phalcon\Session\Adapter\Libmemcached
extends abstract class Phalcon\Session\Adapter
implements Phalcon\Session\AdapterInterface
This adapter store sessions in libmemcached
use Phalcon\Session\Adapter\Libmemcached; $session = new Libmemcached( [ "servers" => [ [ "host" => "localhost", "port" => 11211, "weight" => 1, ], ], "client