public SessionConfiguration::__construct($options = [])
Constructs a new session configuration instance.
array $options: An associative array of session ini settings.
\Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage::__construct()
http://php.net/manual/session.configuration.php
public function __construct($options = []) { $this->options = $options; }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Session!SessionConfiguration.php/function/SessionConfiguration::__construct/8.1.x