Problem: I want my forum (like all forums) to remember what topics you have already read. I want to do this via cookies and at first I was think of having to topic ID to be saved in a string. Example (Cookie: %x%) x=the forum topic ID. Then to retrieve that data I would simply look for %x% inside the cookie.
If it was found then the forum would be marked as read otherwise it would appear
unread.
Now there are some problems that are very obviouse with this method.
1: New posts would not make the topic appear unread.
2: No way to mark all posts (well it would take lots of bandwidth at least).
The two ways I was thinking would require a large cookie and I dont feel right adding long cookies to people's computers.
1: Add the time that the topic was read example (cookie: %x-t%) x=forum topic ID t=internet time.
2: Instead have every post ID in the cookie rather then only the topic ID. Example (cookie: %y%) y=reply/post ID
What would you suggest? Are my two way listed the only ways or is there a more effective way that would require a smaller cookie? Once again all suggestions are welcome.
Thanks,
Sparkx
Note: Sorry about some odd spacing around the center of this topic. I was having trouble with my computer.

