On Jun 14, 3:53 pm, Malcolm Tredinnick <[EMAIL PROTECTED]>
wrote:
> On Thu, 2007-06-14 at 04:36 +, Nick wrote:
> > A couple of weeks ago I submitted a patch to use the model API to
> > delete expired sessions from the database in the daily_cleanup script
> > (Seehttp://code.djangoproject.com/t
On Thu, 2007-06-14 at 04:36 +, Nick wrote:
> A couple of weeks ago I submitted a patch to use the model API to
> delete expired sessions from the database in the daily_cleanup script
> (See http://code.djangoproject.com/ticket/4427).
>
> I just had a thought, the code currently deletes all se
A couple of weeks ago I submitted a patch to use the model API to
delete expired sessions from the database in the daily_cleanup script
(See http://code.djangoproject.com/ticket/4427).
I just had a thought, the code currently deletes all sessions with an
expire_date < today's date... but as I rea