You are here

public function NativeProxy::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/Session/Storage/Proxy/NativeProxy.php \Symfony\Component\HttpFoundation\Session\Storage\Proxy\NativeProxy::__construct()

Constructor.

File

vendor/symfony/http-foundation/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');
}