You are here

public function SessionStorageInterface::setName 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::setName()

Sets the session name.

Parameters

string $name:

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

File

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

Class

SessionStorageInterface
StorageInterface.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function setName($name);