public function NativeProxy::__construct

Constructor.

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/NativeProxy.php, line 26

Class

NativeProxy
NativeProxy.

Namespace

Symfony\Component\HttpFoundation\Session\Storage\Proxy

Code

public function __construct() {

  // this makes an educated guess as to what the handler is since it should already be set.
  $this->saveHandlerName = ini_get('session.save_handler');
}