On Jan 23, 1:18 pm, "Rob Hudson" <[EMAIL PROTECTED]> wrote:
> I don't have an answer but some thoughts...

Me, too...

> I'd probably go with the 3rd option.  But if that didn't work, maybe
> look at writing my own session middleware that added new column to the
> django_session table that was a last_modified field.

I would add option #5:  Write a custom middleware component to update a
last_accessed attribute for logged in users on every request.

http://www.djangobook.com/en/beta/chapter16/


Will.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to