Returns the session ID.
string|NULL The session ID or NULL if this user does not have an active session.
Overrides AccountInterface::getSessionId
public function getSessionId() { return $this->decorated ->getSessionId(); }