示例#1
0
 function delete()
 {
     if (!$this->isRunning()) {
         return unlink($this->config['johnSession']['hashfile']) && parent::delete();
     }
     return FALSE;
 }