Re: Django session key collision

2015-06-03 Thread Avraham Serour
can you reproduce the bug? can you use a more recent django version? On Wed, Jun 3, 2015 at 6:10 AM, Greg wrote: > I've noticed a number of apparent session collisions (i.e., two or more > users getting the same session key and therefore each others session data) > on a site I manage. The site i

Django session key collision

2015-06-02 Thread Greg
I've noticed a number of apparent session collisions (i.e., two or more users getting the same session key and therefore each others session data) on a site I manage. The site is on django 1.3.7, which shouldn't have any issues with session key collisions (there were some in earlier django vers