public function SessionInterface::start in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\SessionCode
public function start();