Example #1
0
 private static function generateToken()
 {
     $_SESSION['token'] = Database::randomToken();
 }