Esempio n. 1
0
 public static function destroySession()
 {
     self::deleteCookie();
     self::$data = null;
 }