Postby code reader » Thu Mar 25, 2010 4:08 pm
session garbage-collected is a far cry from "as they stop viewing something on the site" which is what the OP was talking about.
this happens, afair about an hour later?
so if you log user activity, you can *automatically* assume that an hour after log-in there is a log-out, and the quality of your information will not differ significantly than if you also log garbage-collecting sessions.
iow: i do not think that logging "garbage collecting the session" will have any real information content.
corollary: you may want to log log-ins (don't we already do it?), but it is pointless to log session expiration.
you *might* want to log active (=user-initiated) log-outs, but at least for me, personally, the only times i actually do it is on my own site, when i want to test something with a different user-thingy.
i never bother logging out of any other forum, and i guess many (most?) other users are like me in this regard.
peace.