Im building a site at the moment.
On the layout there are 3 flags for different countries.
Im wondering how i would go about displaying content based on what the user selects, and ...
Anyway - sure you could do it with cookies - check out the excellent basic cookie scripts at quirksmode.org/cookies. From there, you could make a delimited string that contains all of the visited pages and store it in a cookie - on page load check to see if the current page is in the cookie if not add it - then ...