Re: SuspiciousOperation errors after upgrading from Django 1.8 -> 1.10

2017-08-07 Thread holger
Hi That sounds like a good idea. I will check. Thank you! On Monday, August 7, 2017 at 9:53:10 AM UTC+2, Andréas Kühne wrote: > > Hi, > > This sounds a bit like the problem we had with sessions when we tried > using dynamodb for a session store. We reverted to using redis instead, so > I don't

Re: SuspiciousOperation errors after upgrading from Django 1.8 -> 1.10

2017-08-07 Thread Andréas Kühne
Hi, This sounds a bit like the problem we had with sessions when we tried using dynamodb for a session store. We reverted to using redis instead, so I don't really know how to solve your problem, but I would take a look at the session store. It could be as easy as some of the sessions were created

SuspiciousOperation errors after upgrading from Django 1.8 -> 1.10

2017-08-04 Thread holger
Hi After upgrading from Django 1.8 -> 1.10 I get alot of this exception: Internal Server Error: <> SuspiciousOperation at <> The request's session was deleted before the request completed. The user may have logged out in a concurrent request, for example. Unfortunately I am not able to reprod