Set a cookie on the first page every time a user visits it. Set the current date value in that cookie.
Read the value of the cookie on the other pages.
If the date value in the cookie is recent - then let them view the page, else redirect back to the first page and set a new cookie.
Does that make since?