Tagged Questions
1
vote
3answers
110 views
Should I use a separate table to store online users or should I just use additional fields in the extant members table?
I'm working on an online system that allows users to interact socially and of course it will be important to be able to identify users that are in fact online. I know about HTTP being stateless and I ...