You are here

public function SessionInterface::setName in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/Session/SessionInterface.php \Symfony\Component\HttpFoundation\Session\SessionInterface::setName()

Sets the session name.

Parameters

string $name:

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

File

vendor/symfony/http-foundation/Session/SessionInterface.php, line 58

Class

SessionInterface
Interface for the session.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function setName($name);