Did anyone knows browser wich have unique cookie storage for each tab? Or maybe some plugin for popular browsers wich will add this feature?
I want to use different tabs to logon in one app as different users.
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Since your intentions are really to login to the same application as 2 separate users there are a few options. Since all tab browsers share a common session so that you can have multiple tabs open to the same application as the same user, you'll need to overcome that by trying one of the following:
| |||
feedback
|
|
You can use Lunascape it is a triple engine browser so you can set one tab to use Gecko one Webkit and one Trident. In other words Firefox/Chrome/Internet Explorer rolled into one. | |||||||
feedback
|
|
Sounds like what you want is the MultiFox extension for Firefox. It's not perfect (browser limitations mean you have to have one window for each identity) but it's pretty darn good, all things considered. Simply click the "Open in a New Identity Profile" menu entry it adds, log in, and you're good to go. Another option which isn't updated for Firefox 4 yet but should be soon is CookieSwap which gives you a statusbar icon that lets you swap between different credentials in the same window, but doesn't let you keep multiple ones active at the same time the way MultiFox does. | |||
|
feedback
|
|
I don't think there are any browsers with this exact feature built in. Most modern browsers however will let you start some kind of private browsing session (called incognito in Chrome, and InPrivate browsing in Internet Explorer). In private browsing the cookies are separate from the normal browser session, and are deleted when you close the window. Firefox won't let you open a private and "normal" window at the same time, but chrome and IE will. This will let you log in as one user in the "normal" window, and another user in the private window. (I frequently do this at work for some internal applications that tend to write over each others cookies) This will only let you do two users at a time, but it's better than nothing. | |||
|
feedback
|
|
Chrome Sync can sync between Chrome, Chrome Canary, and Chromium on one macine. Chrome Canary is unstable, and I haven't tested Chrome and Chromium at the same time. In Chrome Canary you could also enable profiles, and have two different windows with different profiles. (No tabs, sorry, I think) | |||
|
feedback
|
|
Err... what? Store it in a JS variable. If that doesn't work for you, try to open the page using different domain names. | |||
feedback
|