在一个浏览器中多次登录 [英] Multiple login in one browser

查看:321
本文介绍了在一个浏览器中多次登录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

假设我在一个网站有两个帐户[例如在计算器中]。有没有办法在一个浏览器的两个选项卡上同时登录?



在正常状态下,当我在一个选项卡中登录时,另一个选项卡将自动登录。 / b> 在Firefox中,您可以与 Multifox扩展。不幸的是,它需要会话在单独的窗口,而不是单独的标签。



同一个开发人员正在开发一个新的扩展 AllAccounts 仍处于测试阶段,但在同一个窗口中支持多个会话。 >

对于Chrome,有一个名为 MultiLogin ,它支持每个选项卡中的不同会话。请注意,这是仅供个人使用免费,所以如果您在工作中使用它,您可能需要向开发者发送电子邮件询问有关商业许可。



Internet Explorer



据我所知,Internet Explorer不允许在同一个窗口中进行多个会话的扩展。但对IE10来说,要在新窗口中获得新的会话,请按 alt 打开菜单栏,然后​​点击文件 - >新会话
$ b

测试



要测试多个会话,您可以尝试使用非常方便的 IE浏览器会话测试页面。您可以设置页面的背景颜色,然后在新的会话中再次打开它,您应该可以设置不同的背景。它还显示会话存储在浏览器的sessionStorage和localStorage中。



这些是我使用Firefox 36,Chrome 41和IE 10测试的结果:




  • Multifox v3.1.0:每个会话有单独的sessionStorage和localStorage

  • AllAccounts v2.1alpha3:每个会话都有separate sessionStorage and localStorage

  • MultiLogin v0 .1620:每个会话都有独立的sessionStorage ,但是共享localStorage

  • IE 10:每个会话都有单独的sessionStorage和localStorage

Assume that I have two accounts in a site.[for example in stackoverflow]. is there any way to login with both in two tabs of one browser?

In normal state, when I login in one tab, automatically the other tab will log in.

解决方案

Firefox

In Firefox, you can have separate sessions with the Multifox extension. Unfortunately, it requires sessions be in separate windows instead of separate tabs.

The same developer is working on a new extension AllAccounts which is still in beta, but does support multiple sessions in the same window.

Chrome

For Chrome, there is an extension called MultiLogin, which gives support for different sessions in each tab. Note that it is only free for personal use, so if you are using it at work, you may have to email the developer to inquire about a commercial license.

Internet Explorer

As far as I know, there is no extension for Internet Explorer that allows for multiple sessions in the same window. But for IE10, to get a new session in a new window, press alt to open the menu bar, then click File->New session.

Testing

To test multiple sessions, you can try using the very handy IE browser session test page. You can set the background color of the page, then open it again in a new session and you should be able to set a different background. It also displays what sessions are being stored in the browser's sessionStorage and localStorage.

These are the results from my testing with Firefox 36, Chrome 41 and IE 10:

  • Multifox v3.1.0: Each session has separate sessionStorage and localStorage
  • AllAccounts v2.1alpha3: Each session has separate sessionStorage and localStorage
  • MultiLogin v0.1620: Each session has separate sessionStorage but shares localStorage
  • IE 10: Each session has separate sessionStorage and localStorage

这篇关于在一个浏览器中多次登录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆