> I've already built this stuff, you have to build a database model and > a middleware to track user visit and then calculate how long user was > online.
I think we are solving different problems. The code you point to creates data which is ephemeral and only addresses 'who is online'. The Apache log mod I suggested adds a few bytes to a disk write that was going to happen anyway. We are not continuously analyzing user's click paths so we prefer to defer processing until an admin requests it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---