public function SessionStorageInterface::setId

Sets the session ID

@api

Parameters

string $id:

2 methods override SessionStorageInterface::setId()
MockArraySessionStorage::setId in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php
Sets the session ID
NativeSessionStorage::setId in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
Sets the session ID

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);