Is there a good Session handler MongoDb library for Zend ?
Am using Zend 1.12.
I know that Zend 2.0 has its own implementation of Zend_Session_SaveHandler for Mongo. But there’s no plan to upgrade anytime soon.
Appreciate all the inputs/advice.
Is there a good Session handler MongoDb library for Zend ? Am using Zend
Share
You can find a MongoDb session handler on this page.
The source code can be downloaded from here.