You are here

public function NullSessionHandler::open in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php \Symfony\Component\HttpFoundation\Session\Storage\Handler\NullSessionHandler::open()

File

vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php, line 26

Class

NullSessionHandler
NullSessionHandler.

Namespace

Symfony\Component\HttpFoundation\Session\Storage\Handler

Code

public function open($savePath, $sessionName) {
  return true;
}