public function SessionInterface::getId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Session/SessionInterface.php \Symfony\Component\HttpFoundation\Session\SessionInterface::getId()
Returns the session ID.
Return value
string The session ID.
1 method overrides SessionInterface::getId()
- Session::getId in vendor/
symfony/ http-foundation/ Session/ Session.php - Returns the session ID.
File
- vendor/
symfony/ http-foundation/ Session/ SessionInterface.php, line 37
Class
- SessionInterface
- Interface for the session.
Namespace
Symfony\Component\HttpFoundation\SessionCode
public function getId();