Re: Weird session problem

2008-05-09 Thread [EMAIL PROTECTED]
Look at the thing I posted. The sessionid= tag is there but it seems to confuse django when there's more than just that in that header. I don't know exactly what causes it though. On May 7, 4:28 pm, finnam <[EMAIL PROTECTED]> wrote: > Isn't it just a matter of session id cookie name? You should

Re: Weird session problem

2008-05-07 Thread finnam
Isn't it just a matter of session id cookie name? You should have different session id cookies for java app server and django. On May 7, 12:23 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Ahh, I figured it out.  There was a java app server running on this > machine before and I for some r

Re: Weird session problem

2008-05-06 Thread [EMAIL PROTECTED]
Ahh, I figured it out. There was a java app server running on this machine before and I for some reason that caused django to choke. I removed all of them and now it works. Does this seem like a bug? --~--~-~--~~~---~--~~ You received this message because you a

Weird session problem

2008-05-06 Thread [EMAIL PROTECTED]
I am seeing a weird session problem on one machine. I have had my app up and running on one machine for a while and it works fine. I tried copying all the code to another machine, setting up django/flup/ lighttpd and then running it. The app starts up fine but then when I go to log in I get an