Re: authentication switching mid-session

2011-06-13 Thread Rick Macurak
Chris, did you ever arrive at a solution to this problem? I believe I'm experiencing something similar, if not exactly the same. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com

Re: authentication switching mid-session

2011-03-31 Thread Chris Curvey
there's no cacheing in front of the application server, if that's what you're asking. The app server does do some cacheing on its own, but not related to sessions or users. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group

Re: authentication switching mid-session

2011-03-30 Thread Bill Freeman
Do you have any caching in front of things? On Wed, Mar 30, 2011 at 7:07 AM, Chris Curvey wrote: > When my Django system is under heavy load (system CPU > 90%), I start > getting complaints from users that their authentication changes in the > middle of a session.  For example: > > 1) Bob logs in

authentication switching mid-session

2011-03-30 Thread Chris Curvey
When my Django system is under heavy load (system CPU > 90%), I start getting complaints from users that their authentication changes in the middle of a session. For example: 1) Bob logs in to the site. The site says "Hello Bob" at the top of each page. 2) Bob uses the site for a while without i