Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function __construct(\SessionHandlerInterface $handler)
 {
     parent::__construct($handler);
     $this->saveHandlerName = 'user';
     $this->_sessionName = ini_get('session.name');
 }