Re: Login failing

2012-11-20 Thread Aryeh Leib Taurog
> On Feb 22, 11:34 pm, "Aryeh Leib Taurog" wrote: >> I'm seeing a very strange intermittent problem with logging in.  The login >> appears to be successful, because the response to the login POST is a 302 >> redirect.  However sometimes the user doesn't seem to be stored in

Re: Login failing

2012-02-23 Thread Aryeh Leib Taurog
Also worthy of note: I've seen this happen also with SESSION_SAVE_EVERY_REQUEST = True On Feb 22, 11:34 pm, "Aryeh Leib Taurog" wrote: > I'm seeing a very strange intermittent problem with logging in.  The login > appears to be successful, because the response to the login

Login failing

2012-02-22 Thread Aryeh Leib Taurog
I'm seeing a very strange intermittent problem with logging in. The login appears to be successful, because the response to the login POST is a 302 redirect. However sometimes the user doesn't seem to be stored in the session. Here's a snippet from my http access log where my testing app was