Re: Django session issue with mod_wsgi + apache

2016-07-15 Thread Dipankar B
directions to try and make sure > caches between your infrastructure and the user's screen are not making the > mistake. > > D > > On 15 July 2016 at 11:27, Dipankar B <dipi...@gmail.com > > wrote: > >> Hello, >> >> I am working on Django Aplication .

Django session issue with mod_wsgi + apache

2016-07-15 Thread Dipankar B
Hello, I am working on Django Aplication . It has almost 350 users right now. Problem. Suppose we have a username bob and james. So, bob logged in and using our Django web application. But Sometimes bob's session is showing james account information. So bob is able to see James private data