I've got a very simple, flat-file, private forum written in PHP for a dozen or so users. I want to be able to keep track of which messages have been read by each user using a cookie, so that visited links will persist regardless of browser settings. Of course I understand that if the cookie is deleted, that info will be lost. It's a low-usage forum so the total number of messages is low. I'm quite new to PHP so I need as much guidance as possible. Thanks!