You are here

public function SessionStorageInterface::setId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php \Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface::setId()

Sets the session ID.

Parameters

string $id:

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

File

vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php, line 52

Class

SessionStorageInterface
StorageInterface.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function setId($id);