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

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

2012-11-20 Thread Florian Apolloner
Hi Robert, there is no need to notify us about tickets here, we do see those in Trac ;) Best Regards, Florian -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django

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