Skip to content

Instantly share code, notes, and snippets.

@TomHAnderson
Created September 24, 2012 19:05
Show Gist options
  • Save TomHAnderson/3777671 to your computer and use it in GitHub Desktop.
Save TomHAnderson/3777671 to your computer and use it in GitHub Desktop.
Session Manager DI
'Zend\Session\SessionManager' => array(
'parameters' => array(
'saveHandler' => 'Application\Session\SaveHandler\Doctrine',
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment