Omeka_Session_SaveHandler_DbTable

class Omeka_Session_SaveHandler_DbTable

Package: Session

Wrapper for Zend_Session_SaveHandler_DbTable to hard code the table definition. This boosts performance by skipping the DESCRIBE query that retrieves this metadata by default.

Note that this must be updated meticulously after any changes to thesessions table schema.

init()