public function registerBag( SessionBagInterface $bag )
 {
     $this->innerSessionStorage->registerBag( $bag );
 }
 /**
  * @inheritdoc
  */
 public function registerBag(SessionBagInterface $bag)
 {
     $this->replaceSessionId();
     return $this->decorated->registerBag($bag);
 }