public function UserSession::getSecureSessionId

Returns the secure session ID.

Return value

string|NULL The session ID or NULL if this user does not have an active secure session.

Overrides AccountInterface::getSecureSessionId

File

drupal/core/lib/Drupal/Core/Session/UserSession.php, line 97
Contains \Drupal\Core\Session\UserSession.

Class

UserSession
An implementation of the user account interface for the global user.

Namespace

Drupal\Core\Session

Code

public function getSecureSessionId() {
  return $this->ssid;
}