Re: User getting inadvertently logged out

2009-06-07 Thread metametagirl
Hi Karen, THANK YOU! After much head-scratching and debugging late into the night, I indeed found that both sites were naming the sessionid cookie "sessionid", but I am glad that you have confirmed my suspicion! My temporary workaround was to always use "127.0.0.1" for site A, and "localhost" f

Re: User getting inadvertently logged out

2009-06-06 Thread Karen Tracey
On Sat, Jun 6, 2009 at 7:50 PM, metametagirl wrote: > > Hi folks, > I'm new to Django and web development in general (though I'm > experienced with Python). I'm developing two sites on my local > desktop machine. Each site is a separate Django site with one app, > and each site has a separate s

User getting inadvertently logged out

2009-06-06 Thread metametagirl
Hi folks, I'm new to Django and web development in general (though I'm experienced with Python). I'm developing two sites on my local desktop machine. Each site is a separate Django site with one app, and each site has a separate sqlite3 database file. I'm experiencing the following odd behavio