Starts the session storage.
@api
Boolean True if session started.
\RuntimeException If session fails to start.
Overrides SessionInterface::start
public function start() { return $this->storage ->start(); }