Re: ticket #19324: empty records in django_session table caused by invalid session keys

2012-11-20 Thread Rubo Liang
Hi Florian, Thanks for your remind, hope this ticket can be reviewed soon. Regards, Robert On Tue, Nov 20, 2012 at 8:00 PM, Florian Apolloner wrote: > Hi Robert, > > there is no need to notify us about tickets here, we do see those in Trac ;) > > Best Regards, > Florian > > -- > You received th

ticket #19324: empty records in django_session table caused by invalid session keys

2012-11-20 Thread Rubo Liang
Hi, We found there are lots of empty records(load() returns an empty dict) in django_session table. We suspect it was caused by invalid session keys sending by our users. I created ticket #19324(which I copied below) to describe the problem: https://code.djangoproject.com/ticket/19324#ticket Ho