Re: Session variables

2009-01-09 Thread bradders
No this is Linux (SUSE10), runing behind Apache and not filesystem. John On Jan 9, 1:27 am, Malcolm Tredinnick wrote: > On Thu, 2009-01-08 at 05:12 -0800, bradders wrote: > > I will try to put something together. I have a fairly detailed trace > > that I have put in thes

Re: Session variables

2009-01-08 Thread bradders
session variables have disappeared. I am not knowingly clearing the other variables. Thanks for your interest. John On Jan 8, 10:34 am, Malcolm Tredinnick wrote: > On Thu, 2009-01-08 at 02:30 -0800, bradders wrote: > > Can anyone recommend a session system that works more reliably than > &g

Session variables

2009-01-08 Thread bradders
Can anyone recommend a session system that works more reliably than the built-in Django session handling? I am finding that after calling 2 or 3 different views the session variables that were stored at login time get cleared. I am using django 1.0, but I think the problem existed in earlier vers

Re: Redirect parent from within iframe without losing session

2009-01-07 Thread bradders
I am getting a very similar problem when simply going between views (all within the same domain), so it may be nothing to do with iframes. I have put in a trace and can see that in some cases you enter the view with all session variables set and when the session is next saved all the variables hav