Fix the configuration index name#124
Fix the configuration index name#124ekarakashi wants to merge 1 commit intozendframework:masterfrom ekarakashi:patch-1
Conversation
Looks like the code in `bootstrapSession()` expects to read a key `session`and not `session_manager`
|
We have ticket #71 to fix the whole documentation for Session Manager (I think we should at least mention default factory we have in the package). Also I'd like to point #61 where we made a change. /cc @froschdesign |
We must document the factory because this is the way the user should go. These manual configuration must be removed from all packages. |
|
This repository has been closed and moved to laminas/laminas-session; a new issue has been opened at laminas/laminas-session#2. |
|
This repository has been moved to laminas/laminas-session. If you feel that this patch is still relevant, please re-open against that repository, and reference this issue. To re-open, we suggest the following workflow:
|
Looks like the example code in
bootstrapSession()expects to read a keysessionand notsession_managerfrom the configuration.Provide a narrative description of what you are trying to accomplish: