Trying to use database sessions in PHP without re-inventing the wheel so I'm looking for a clean library or example that could send me in the right direction.
+2
A:
The Zend Framework provides a solution on database sessions: http://framework.zend.com/manual/en/zend.session.savehandler.dbtable.html
Bob Fanger
2010-06-21 22:57:28
Don't I have to accept the Zend Framework wholesale in order to use this?
Preston Crawford
2010-06-22 21:23:35
I believe you can just use parts from zend framework.
Alfred
2010-10-11 18:20:48