function SessionStorageInterface::getId
Returns the session ID.
2 methods override SessionStorageInterface::getId()
- MockArraySessionStorage::getId in vendor/
symfony/ http-foundation/ Session/ Storage/ MockArraySessionStorage.php - Returns the session ID.
- NativeSessionStorage::getId in vendor/
symfony/ http-foundation/ Session/ Storage/ NativeSessionStorage.php - Returns the session ID.
File
-
vendor/
symfony/ http-foundation/ Session/ Storage/ SessionStorageInterface.php, line 39
Class
- SessionStorageInterface
- StorageInterface.
Namespace
Symfony\Component\HttpFoundation\Session\StorageCode
public function getId() : string;