Example #1
0
 public static function destroy()
 {
     //unset($_SESSION);
     Session::initializeIfNotExits();
     session_destroy();
 }