I’m getting comfortable with the Lithium framework, and was wondering if there were any samples for using MongoDB or Memcache for Lithium Sessions. Would there need to be a new Session Adapter written?
I’m getting comfortable with the Lithium framework, and was wondering if there were any
Share
One option is to set the session adapter to
'Php'in lithium and pass'session.save_handler' => 'memcached'to the config options which will use the memcached extension’s save handler to store sessions in memcache:http://php.net/manual/en/memcached.sessions.php
I store sessions in MongoDb by using the
'Model'adapter (which is available on lab.lithify.me):http://lab.lithify.me/lab/extensions/view/a68f6ad626aaf7be37805f8e72f672e2