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 browsers) are growing more flexible in that area: http://blogs.msdn.com/b/ie/archive/2009/05/06/session-cookies-sessionstorage-and-ie8.aspx > The only solution I know is to run separate browsers. You can install, say, > both firefox and chrome, for example. If you truly need to have them be the > same browser version, then the easiest thing is to run one in a virtual > machine. 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 development/testing. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.