Hi, I set my sessions lifetime to expire when the browser is closed. My application do not use login, the session is used to hold temporary data. Since there is no login, there is no logout, and the session is never deleted from the database.
My question is how am I going to clean the unused sessions? The minimum session expire time I have on the session table is a week in the future. It will be much easier if there is a last modified column in the session table, thus I only need to delete sessions which has not been updated for 24 hours. Thank you in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---