public function flashdata($aKey)
 {
     assert(!is_null($this->driver));
     return $this->driver->flashdata($aKey);
 }