Returns the session data.
array Array with the session data that belongs to this object.
Overrides AccountInterface::getSessionData
public function getSessionData() { return $this->decorated ->getSecureSessionId(); }