Exemplo n.º 1
0
 private static function generateToken()
 {
     $_SESSION['token'] = Database::randomToken();
 }