Hi
I'm developing my own forum and have now come to the stage where I put all the threads into categories. With this I also want to mark the threads as unread or read, depending on the actions made by the user.
I quite early dismissed the idea of using the database to flag the threads for each user and started looking into using cookies instead. With the idea to have all the threads set on "read" as a default, and then if-exist, read the cookie and get the id for all the read threads.
This would obviously result in the effect that since all users have to login to access the forums, all users would have this cookie on their computer.
Is this the "best" way of doing it, or have I missed something here. I've tried to google and search on this issue but there doesn't seem to be that many people out there making their own forums...
