/**
  * Trashes the session associated to this ID. Normally done after login, but before we make a session.
  *
  * @param $userid
  */
 public function TrashSessions($userid)
 {
     $this->database->CleanSessions($userid);
 }