console.log('Session start time: {$_SESSION['cart_start_time']}');"; echo ""; echo ""; echo ""; // Se il tempo è scaduto, svuota il carrello if ($time_remaining <= 0) { unset($_SESSION['cart']); unset($_SESSION['cart_start_time']); echo "
Il carrello è scaduto. Ricarica la pagina o aggiungi nuovamente gli articoli.
"; exit; } } else { $time_remaining = 0; // Debug: Segnala che il tempo non è stato inizializzato echo ""; } ?>Tempo rimanente per completare l'acquisto: