public function logout($sid)
 {
     return SessionStorage::destroy();
 }