Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Forum/Topics Viewed - How does it work?

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am very confused on how this feature works as our site doesn't seem to be showing correct results.

When I log on as someone who hasn't been to the site in about a week, I see that their "No New Messages" icon shows up for all categories meaning they have read all topics in all categories. Obviously this is not the case so I am completely confused on how this function works.

Does this inaccuracy have to do with shutting down the web server?


[originally posted on jforum.net by coolbreeze]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, I answered my own question.

It seems that our jforum_sessions table wasn't getting updated properly and therefor causing strange results for the "new messages" icon on the forums and topics pages.

I originally thought this table should be deleting people's session data when they log out, although, now I understand that it is used for figuring out the person's last visit which is tied to all the bells and whistles. Make sure your jforum_sessions table is updating properly for the forums to make sense.


[originally posted on jforum.net by coolbreeze]
reply
    Bookmark Topic Watch Topic
  • New Topic