views:

57

answers:

1

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
Don't I have to accept the Zend Framework wholesale in order to use this?
Preston Crawford
I believe you can just use parts from zend framework.
Alfred