function SessionStorageInterface::setName
Sets the session 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 54
Class
- SessionStorageInterface
- StorageInterface.
Namespace
Symfony\Component\HttpFoundation\Session\StorageCode
public function setName(string $name) : void;