Skip to content

Instantly share code, notes, and snippets.

@aeneasr
Created February 21, 2014 22:19
Show Gist options
  • Save aeneasr/9144811 to your computer and use it in GitHub Desktop.
Save aeneasr/9144811 to your computer and use it in GitHub Desktop.
'session' => [
'config' => [
'class' => 'Zend\Session\Config\SessionConfig',
'options' => [
'name' => 'athene2',
'remember_me_seconds' => 6000,
'use_cookies' => true,
'cookie_secure' => false
]
],
'storage' => 'Zend\Session\Storage\SessionArrayStorage',
'validators' => [
'Zend\Session\Validator\RemoteAddr',
'Zend\Session\Validator\HttpUserAgent'
]
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment