public function SessionInterface::start

Starts the session storage.

@api

Return value

Boolean True if session started.

Throws

\RuntimeException If session fails to start.

1 method overrides SessionInterface::start()
Session::start in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php
Starts the session storage.

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php, line 32

Class

SessionInterface
Interface for the session.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function start();