You are here

public function SessionStorageInterface::start in Zircon Profile 8

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

Starts the session.

Return value

bool True if started.

Throws

\RuntimeException If something goes wrong starting the session.

2 methods override SessionStorageInterface::start()
MockArraySessionStorage::start in vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php
Starts the session.
NativeSessionStorage::start in vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
Starts the session.

File

vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php, line 31

Class

SessionStorageInterface
StorageInterface.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function start();