public function SessionInterface::setName

Sets the session name.

@api

Parameters

string $name:

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

File

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

Class

SessionInterface
Interface for the session.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function setName($name);