Hello everyone

I know one of the uber genii who use this list will have a very easy
solution to this one.

What's the best method of keeping the django_sessions table from growing so
large?

I've just ran a delete from django_sessions where expire_date <= $yesterday
to clear it out a little, clunky and temporary though.

Is there a way from within the django code to tell django to delete the
django_session record when the expire_date has passed?

Cheers for any advice.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to