public function SessionInterface::setId

Sets the session ID

@api

Parameters

string $id:

1 method overrides SessionInterface::setId()
Session::setId in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php
Sets the session ID

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php, line 50

Class

SessionInterface
Interface for the session.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function setId($id);