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

2009-08-19 Thread Kelvan
Setting SESSION_ENGINE to 'django.contrib.sessions.backends.cached_db' in Django 1.1 solved my problem. Sorry for my "spam". On Aug 19, 2:03 pm, Kelvan wrote: > Tested without apache on the server, seems to work. > I think my problem has another reason. > > On Aug 19, 1:05 pm, Kelvan wrote: > >

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

2009-08-19 Thread Maksymus007
On Thu, Aug 13, 2009 at 4:21 AM, 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 > authentication backend. I use file

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

2009-08-19 Thread Kelvan
Tested without apache on the server, seems to work. I think my problem has another reason. On Aug 19, 1:05 pm, Kelvan wrote: > I have a similar problem with FF and Etch (with Django 1.0 and 1.1 > tested). > Works when running on my notebook (Ubuntu 9.10a4 with Django 1.1). > I'm using Apache/mod

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

2009-08-19 Thread Kelvan
I have a similar problem with FF and Etch (with Django 1.0 and 1.1 tested). Works when running on my notebook (Ubuntu 9.10a4 with Django 1.1). I'm using Apache/mod_python. On 13 Aug., 23:07, humble wrote: > Hi Malcolm > > Thanks for your suggestion. I did to try using a FQDN to configure IE > fo

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: > > Hi,

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

2009-08-12 Thread Malcolm Tredinnick
On Wed, 2009-08-12 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 > authentication backend. I use file

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