You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2018. It is now read-only.
IMO the SessionManagerFactory provided by ZF2 would take care of most of this boilerplate.
An example of how I approach configuring the SessionManager in my projects: ZF-Commons/ZfcUser#274 (comment). In that example, we could pass configuration options (eg: validator list) to the SessionManager factory via the session_manager config key.
The text was updated successfully, but these errors were encountered:
SessionManagerFactory is indeed easier to use, however there is a problem with adding validators via config at this moment: zendframework/zendframework#7128
The current example is very complex:
http://zf2.readthedocs.org/en/latest/modules/zend.session.manager.html#initializing-the-session-manager
IMO the
SessionManagerFactory
provided by ZF2 would take care of most of this boilerplate.An example of how I approach configuring the SessionManager in my projects: ZF-Commons/ZfcUser#274 (comment). In that example, we could pass configuration options (eg: validator list) to the SessionManager factory via the
session_manager
config key.The text was updated successfully, but these errors were encountered: