Пример #1
0
 /**
  * logges the user out
  */
 public function logout()
 {
     // delete the session
     Session::delete($this->session_name);
 }