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

2009-08-13 Thread humble
Hi Malcolm Thanks for your suggestion. I did to try using a FQDN to configure IE for cookies. I am still seeing requests coming in from IE do not carry a cookie.. What am I doing wrong? On Aug 12, 9:48 pm, Malcolm Tredinnick wrote: > On Wed, 2009-08-12 at 19:21 -0700, humble wrote: >

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 not only my session c