Re: new session ID is created for every request from IE 7

2009-08-13 Thread humble
at 19:21 -0700, humble wrote: > > Hi, > > > I am writing a web application that involves session management with > > the corporate backend module. I wrote my own authentication backend > > plugin to satisfy the corporate requirement, not the default > > authenticatio

new session ID is created for every request from IE 7

2009-08-12 Thread humble
Hi, I am writing a web application that involves session management with the corporate backend module. I wrote my own authentication backend plugin to satisfy the corporate requirement, not the default authentication backend. I use file based session engine to avoid sqlite crap. Everything works

Re: SESSION_EXPIRE_AT_BROWSER_CLOSE and normal cookie

2009-06-25 Thread humble
you didn't specify max_age in response.set_cookie('myname', data), which assumes None by default. Therefore that cookie expires when browsers closes. On Jun 25, 3:58 pm, pr wrote: > Hello, > > When I set SESSION_EXPIRE_AT_BROWSER_CLOSE to True, Django > automatically remove