minor bug report
Using Jamroom
i think i understand whats going on
in user sessions a session lasts for x number of seconds or something
in redis cache a session is opened and destroyed virtually instantly and while theres almost always only 1 possibly 2 connections to redis server active
so i think the sessions are being closed faster they can be read and so only my pageload reading it and 1 "visitor" (my sitemap crawler that hits it fastest i must have changed the string from inspyder to firefox so its not being read as a bot now) are showing up
are the redis sessions that volitile that they are closed faster then they can be read as having existed?