public function SessionStorageInterface::setName in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\StorageCode
public function setName($name);