i have a forum, with new posts how do i use sessions for each user to determine if the posts clicked on and not? I'm guessing sessions because that is individual to the user...
e.g.
new post, then click on not new post.
i can't assign this to the actual post or then it would display as not new post for other users that haven't seen it.
i can't use time either, because i want it if it's been clicked on by a user or not.
any tips?