Hello all, I've written a nice forum script for my website and I'm quite happy with it. The way I handled marking threads as read etc. was to save all that info in MYSQL. As the forum grows, I realize that it might not have been the best way. Marking all forums read takes quite a while for the script to execute. I was wondering, how do other forum scripts handle it? Do they use Cookies instead? Please advise. Thank you
They user a server side method... I'm quite sure there's a seperate Table with columns holding the threadid and a username.