/**
  * Starts session, optionally using an adapter
  *
  * @param array $options
  */
 public function start()
 {
     $this->is_started = true;
     $cacheFactory = $this->_di->getCacheFactory();
     $this->cache = $cacheFactory->getCacheBackend("s_");
 }