function SessionStorageInterface::start
Starts the session.
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 29
Class
- SessionStorageInterface
- StorageInterface.
Namespace
Symfony\Component\HttpFoundation\Session\StorageCode
public function start() : bool;