1. Browser reads the meta tag - When the page loads
2. Timer starts - Counts down the specified seconds
3. Page reloads - Automatically refreshes the entire page
4. Process repeats - Creates a continuous refresh cycle
Last Updated: 10/27/2025, 6:30:19 PM
Random Data: 901
Server Time: 2025-10-27T18:30:19.061Z
<meta http-equiv="refresh" content="30"><meta http-equiv="refresh" content="5"><meta http-equiv="refresh" content="10; url=/other-page">Flight Information: Refresh every 30-60 seconds
Weather Updates: Refresh every 5-10 minutes
Emergency Alerts: Refresh every 10-15 seconds
General Information: Refresh every 2-5 minutes
Method 1 - In layout.tsx:
Method 2 - In specific pages:
Method 3 - Conditional refresh: