Re: Several browser windows, one session object - should I be locking django session objects?

2009-01-28 Thread Matthias Julius
Michael Newman writes: > On Jan 27, 4:52 pm, Matthias Julius wrote: >> mvtango writes: >> > my users keep several browser windows open in my application, I need >> > to keep session information for all these windows

Re: Several browser windows, one session object - should I be locking django session objects?

2009-01-27 Thread Michael Newman
On Jan 27, 4:52 pm, Matthias Julius wrote: > mvtango writes: > > my users keep several browser windows open in my application, I need > > to keep session information for all these windows separate. But I have > > only one session object -

Re: Several browser windows, one session object - should I be locking django session objects?

2009-01-27 Thread Matthias Julius
mvtango writes: > my users keep several browser windows open in my application, I need > to keep session information for all these windows separate. But I have > only one session object - modifying it while the user works in window > A and window B in parallel might get

Several browser windows, one session object - should I be locking django session objects?

2009-01-27 Thread mvtango
Hi there, my users keep several browser windows open in my application, I need to keep session information for all these windows separate. But I have only one session object - modifying it while the user works in window A and window B in parallel might get me in trouble if Request A and Request