How to get a custom session value?

How to get the session custom values.

I have set the custom session value.

public function __construct(

\Magento\Framework\Session\SessionManagerInterface $sessionM,

) {

}

$this->sessionM->setData(self::SELLER_KEY,‘2222222222’);

and get my custom session value its return empty ?
$this->sessionM->getData(self::SELLER_KEY)