You are here

public function SessionInterface::start in Zircon Profile 8.0

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

Starts the session storage.

Return value

bool True if session started.

Throws

\RuntimeException If session fails to start.

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

File

vendor/symfony/http-foundation/Session/SessionInterface.php, line 30

Class

SessionInterface
Interface for the session.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function start();