hi all, how to store session into database with phalcon?
Create Db class which extends \Phalcon\Session\Adapter and implements \Phalcon\Session\AdapterInterface
\Phalcon\Session\Adapter
\Phalcon\Session\AdapterInterface
You can find an adapter to store sessions in a database in the incubator: https://github.com/phalcon/incubator/tree/master/Library/Phalcon/Session/Adapter#database