public function AccountInterface::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.

3 methods override AccountInterface::getSecureSessionId()
User::getSecureSessionId in drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/User.php
Returns the secure session ID.
UserBCDecorator::getSecureSessionId in drupal/core/modules/user/lib/Drupal/user/UserBCDecorator.php
Returns the secure session ID.
UserSession::getSecureSessionId in drupal/core/lib/Drupal/Core/Session/UserSession.php
Returns the secure session ID.

File

drupal/core/lib/Drupal/Core/Session/AccountInterface.php, line 48
Contains \Drupal\Core\Session\AccountInterface.

Class

AccountInterface
Defines an account interface which represents the current user.

Namespace

Drupal\Core\Session

Code

public function getSecureSessionId();