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.
On linux you can, if you are sharp, run two X servers on two separate
virtual terminals, and log in as different users on the two of them. Browsers
run by separate users are separate. On windows you might do this with
the switch user without logging out functionality. I don't know about Macs.
Bill
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to django-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>
>
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.
I agree it can be a pain when they do that, but if they are so
unsophisticated that they let two different users interact with the
system through a single login account they must expect trouble with
authenticated systems.
As is so often the case, education is the answer. And, as is so often
the case, the users would rather sacrifice security for convenience
(then make it the system designer's fault when they realize they can't
have both).
regards
Steve
--
DjangoCon US 2010 September 7-9 http://djangocon.us/