The documentation at https://docs.zendframework.com/zend-session/config/ says > Zend\Session\Config\StandardConfig provides the base interface for configuring sessions when not leveraging ext/session What is ext/session? Do they mean the "PHP session extension"? If so, I'll do a PR with a global search/replace, because that really threw me off. Also, https://docs.zendframework.com/zend-session/container/ says: >Each instance of Zend\Session\Container **corresponds to an entry of** the Zend\Session\Storage, where the namespace is used as the key. What's meant by "corresponds to an entry of"? Do they mean "is an entry in"?
The documentation at https://docs.zendframework.com/zend-session/config/
says
What is ext/session? Do they mean the "PHP session extension"?
If so, I'll do a PR with a global search/replace, because that really threw me off.
Also, https://docs.zendframework.com/zend-session/container/ says:
What's meant by "corresponds to an entry of"? Do they mean "is an entry in"?