public function SessionStorageInterface::setId

Sets the session ID

@api

Parameters

string $id:

2 methods override SessionStorageInterface::setId()

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php, line 61

Class

SessionStorageInterface
StorageInterface.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function setId($id);