Re: Session security (was Re: Thinking out loud)

2006-12-13 Thread Rob Hudson
Michael Radziej wrote: > > To go with the 80/20 rule, I'd imagine that for 80% of Django developers > > something like this would work pretty well and be useful. [...] > > I don't think so. > > Isn't session cleanup a natural candidate for a cron job (and > whatever is the equivalent in the Micros

Re: newforms: MultipleChoiceField broken ??

2006-12-13 Thread Massimiliano Ravelli
Adrian Holovaty wrote: > Which problem did you have with the prefix parameter? Was it just a > problem of the patch not applying correctly, or was there some sort of > bug? The patch is ok and I don't think it's a bug: I was trying to find the best way to implement a form with dynamic choices.

Re: Session security (was Re: Thinking out loud)

2006-12-13 Thread Michael Radziej
Rob Hudson schrieb: > * Benjamin Slavin ([EMAIL PROTECTED]) wrote: >> I've never liked the idea of randomly slowing down requests to perform >> housekeeping tasks. It's probably acceptable in low-volume sites, but >> for high-traffic sites with a cluster of web servers a dedicated >> process more