Re: Different logins in same browser session and login_required

2010-10-20 Thread PyMan
> > > It shouldn't happen, but it could. It's an office or it's a warehouse, > > people could work with the same user and/or (above all) people may > > work on the same machine...so they should pay attention on what they > > do...but even no. > > > Just an example when the problem can occurs: > >

Re: Different logins in same browser session and login_required

2010-10-20 Thread Steve Holden
On 10/20/2010 5:20 AM, PyMan wrote: > > > On 20 Ott, 10:28, Daniel Roseman wrote: >> On Oct 20, 8:11 am, PyMan wrote: >> Firefox has long had its "profile" functionality. >> firefox -no-remote -ProfileManager >> You can create

Re: Different logins in same browser session and login_required

2010-10-20 Thread PyMan
On 20 Ott, 10:28, Daniel Roseman wrote: > On Oct 20, 8:11 am, PyMan wrote: > > > > Firefox has long had its "profile" functionality. > > > > firefox -no-remote -ProfileManager > > > > You can create multiple firefox profiles, then run multiple

Re: Different logins in same browser session and login_required

2010-10-20 Thread Daniel Roseman
On Oct 20, 8:11 am, PyMan wrote: > > Firefox has long had its "profile" functionality. > > > firefox -no-remote -ProfileManager > > > You can create multiple firefox profiles, then run multiple instances of > > firefox at once - so long as you use different profiles

Re: Different logins in same browser session and login_required

2010-10-20 Thread PyMan
> > Firefox has long had its "profile" functionality. > > firefox -no-remote -ProfileManager > > You can create multiple firefox profiles, then run multiple instances of > firefox at once - so long as you use different profiles for them.  A bit > fiddly, but obviously useful for

Re: Different logins in same browser session and login_required

2010-10-19 Thread David De La Harpe Golden
On 19/10/10 17:03, Bill Freeman wrote: > This is a limitation of the browser. It does not keep separate credentials > for separate windows. This is usually desirable because you may choose > to open a link in a new window (or tab) and you still expect to be logged in. > IE8 (and probably other

Re: Different logins in same browser session and login_required

2010-10-19 Thread Bill Freeman
This is a limitation of the browser. It does not keep separate credentials for separate windows. This is usually desirable because you may choose to open a link in a new window (or tab) and you still expect to be logged in. The only solution I know is to run separate browsers. You can install,

Different logins in same browser session and login_required

2010-10-19 Thread PyMan
Hi guys, I need some help about logins and session and any help would be much appreciated :) This is the scenario: * Django 1.2.0 * Firefox (but I think any browser too) This the steps: 1) In the same computer (so in the same browser session) I have two browser windows "W1" and "W2" where the