public function SessionInterface::getId

Returns the session ID.

@api

Return value

string The session ID.

1 method overrides SessionInterface::getId()
Session::getId in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php
Returns the session ID.

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php, line 41

Class

SessionInterface
Interface for the session.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function getId();