예제 #1
0
 public static function logout()
 {
     //$user = YuppSession::get('_twitter_user');
     return YuppSession::remove('_twitter_user');
 }