Details
-
Type:
Docs: Improvement
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.8.0
-
Fix Version/s: 1.8.1
-
Component/s: Zend_Application
-
Labels:None
-
Language:English
Description
It would be nice to remind the reader to make sure that Zend_Application_Resource_Db is bootstrapped before Zend_Application_Resource_Session when the last is using Zend_Session_SaveHandler_DbTable as its save handler.
Also and partially linked, I think the following lines need to be changed in the code example 4.6:
=> Below is a sample INI snippet showing how to configure the session resource. It sets several Zend_Session options, as well as configures a Zend_Session_SaveHandler_Db instance.
=> resources.session.saveHandler.class = "Zend_Session_SaveHandler_Db"
which should both read "Zend_Session_SaveHandler_DbTable"
Many thanks
Note added, and _Db typos corrected, in trunk and 1.8 release branch.