Re: Django session issue with mod_wsgi + apache

2016-07-15 Thread James Schneider
> > Thanks for reply. > > I am using default value for django cache. > > We are building dynamic website so URL should be same for all user. But Session can be used to display dynamic content. > > What are reason for such type behavior? > > And I am unable to reproduce the issue again. > Sometimes

Re: Django session issue with mod_wsgi + apache

2016-07-15 Thread Dipankar B
Thanks for reply. I am using default value for django cache. We are building dynamic website so URL should be same for all user. But Session can be used to display dynamic content. What are reason for such type behavior? And I am unable to reproduce the issue again. Please help me. On Sa

Re: Django session issue with mod_wsgi + apache

2016-07-15 Thread Dan Tagg
Cacheing? 1. Do Bob's and James's pages have different URLs 2. Have you configured your cacheing. if you are using it, to not reuse components that could be confused? 3. Are you sending the correct cacheing directions to try and make sure caches between your infrastructure and the user's screen are

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 a